[xiph-cvs] cvs commit: ices/src Makefile.am
Michael Smith
msmith at xiph.org
Sat Mar 29 06:57:52 PST 2003
msmith 03/03/29 09:57:52
Modified: src Makefile.am
Log:
Oops. Finish unbreaking build.
Revision Changes Path
1.19 +2 -1 ices/src/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ices/src/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Makefile.am 29 Mar 2003 14:31:13 -0000 1.18
+++ Makefile.am 29 Mar 2003 14:57:52 -0000 1.19
@@ -26,7 +26,8 @@
ices_SOURCES = input.c cfgparse.c stream.c ices.c signals.c im_playlist.c reencode.c encode.c playlist_basic.c im_stdinpcm.c stream_shared.c metadata.c playlist_script.c audio.c resample.c $(oss) $(sun) $(alsa)
-ices_LDADD = log/libicelog.la @ALSA_LIBS@
+ices_LDADD = log/libicelog.la thread/libicethread.la \
+ avl/libiceavl.la timing/libicetiming.la @ALSA_LIBS@
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<p><p>--- >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