[xiph-cvs] cvs commit: icecast/src Makefile.am

Brendan brendan at xiph.org
Thu Mar 27 09:09:37 PST 2003



brendan     03/03/27 12:09:37

  Modified:    src      Makefile.am
  Log:
  First crack at making YP/curl optional.

Revision  Changes    Path
1.15      +4 -2      icecast/src/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile.am	6 Mar 2003 14:17:33 -0000	1.14
+++ Makefile.am	27 Mar 2003 17:09:37 -0000	1.15
@@ -11,10 +11,12 @@
          compat.h format_mp3.h fserve.h xslt.h geturl.h yp.h event.h
 icecast_SOURCES = config.c main.c logging.c sighandler.c connection.c global.c\
          util.c slave.c source.c stats.c refbuf.c client.c format.c format_vorbis.c\
-	 format_mp3.c xslt.c fserve.c geturl.c yp.c event.c admin.c
+	 format_mp3.c xslt.c fserve.c event.c admin.c
+EXTRA_icecast_SOURCES = geturl.c yp.c
     
-icecast_LDADD = net/libicenet.la thread/libicethread.la httpp/libicehttpp.la\
+icecast_LDADD = $(ICECAST_OBJECTS) net/libicenet.la thread/libicethread.la httpp/libicehttpp.la\
                 log/libicelog.la avl/libiceavl.la timing/libicetiming.la
+icecast_DEPENDENCIES = $(icecast_LDADD)
 
 LIBS = @LIBS@ @XSLT_LIBS@ @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@ @CURL_LIBS@ @PTHREAD_LIBS@
 CFLAGS = -g @CFLAGS@ @XML_CFLAGS@ @XSLT_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @CURL_CFLAGS@ @PTHREAD_CFLAGS@

<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