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

Karl Heyes karl at xiph.org
Wed Apr 16 18:03:32 PDT 2003



karl        03/04/16 21:03:32

  Modified:    src      Makefile.am
  Log:
  admin.h is needed for the tarball or else it will fail to compile icecast

Revision  Changes    Path
1.16      +1 -1      icecast/src/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile.am	27 Mar 2003 17:09:37 -0000	1.15
+++ Makefile.am	17 Apr 2003 01:03:32 -0000	1.16
@@ -6,7 +6,7 @@
 
 bin_PROGRAMS = icecast
 
-noinst_HEADERS = config.h os.h logging.h sighandler.h connection.h global.h\
+noinst_HEADERS = admin.h config.h os.h logging.h sighandler.h connection.h global.h\
          util.h slave.h source.h stats.h refbuf.h client.h format.h format_vorbis.h\
          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\

<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