[xiph-cvs] cvs commit: icecast/src Makefile.am
Jack Moffitt
jack at xiph.org
Sat Oct 20 14:29:16 PDT 2001
jack 01/10/20 14:29:16
Modified: src Makefile.am
Log:
Forgot to add new compat.h to Makefile.am. Fixed.
Revision Changes Path
1.2 +2 -1 icecast/src/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 2001/09/10 02:21:48 1.1
+++ Makefile.am 2001/10/20 21:29:16 1.2
@@ -7,7 +7,8 @@
bin_PROGRAMS = icecast
noinst_HEADERS = config.h os.h logging.h sighandler.h connection.h global.h\
- util.h source.h stats.h refbuf.h client.h format.h format_vorbis.h
+ util.h source.h stats.h refbuf.h client.h format.h format_vorbis.h\
+ compat.h
icecast_SOURCES = config.c main.c logging.c sighandler.c connection.c global.c\
util.c source.c stats.c refbuf.c client.c format.c format_vorbis.c
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list