1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

admin.h is needed for the tarball or else it will fail to compile icecast

svn path=/trunk/icecast/; revision=4612
This commit is contained in:
Karl Heyes 2003-04-17 01:03:32 +00:00
parent 516cee73db
commit 9431588c99

View File

@ -6,7 +6,7 @@ SUBDIRS = avl thread httpp net log timing
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\