[xiph-cvs] cvs commit: icecast/src Makefile.am
Karl Heyes
karl at xiph.org
Sun Jul 27 15:53:58 PDT 2003
karl 03/07/27 18:53:58
Modified: src Makefile.am
Log:
We need to state both of these to get the dependencies and linking working
as expected.
Revision Changes Path
1.20 +3 -3 icecast/src/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile.am 27 Jul 2003 01:13:06 -0000 1.19
+++ Makefile.am 27 Jul 2003 22:53:58 -0000 1.20
@@ -14,9 +14,9 @@
format_mp3.c xslt.c fserve.c event.c admin.c
EXTRA_icecast_SOURCES = geturl.c yp.c
-icecast_LDADD = @ICECAST_OPTIONAL@ net/libicenet.la thread/libicethread.la \
- httpp/libicehttpp.la log/libicelog.la avl/libiceavl.la \
- timing/libicetiming.la @XIPH_LIBS@
+icecast_DEPENDENCIES = @ICECAST_OPTIONAL@ net/libicenet.la thread/libicethread.la \
+ httpp/libicehttpp.la log/libicelog.la avl/libiceavl.la timing/libicetiming.la
+icecast_LDADD = $(icecast_DEPENDENCIES) @XIPH_LIBS@
AM_CFLAGS = @XIPH_CFLAGS@
AM_CPPFLAGS = @XIPH_CPPFLAGS@
<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