From 9431588c9991c19d903bd65cfbeba60636f2b9d7 Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Thu, 17 Apr 2003 01:03:32 +0000 Subject: [PATCH] admin.h is needed for the tarball or else it will fail to compile icecast svn path=/trunk/icecast/; revision=4612 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 499db3b0..0e941866 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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\