From 2223ecb8c5a96a14a8ded40f7d64778f2b71b69d Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Sat, 20 Oct 2001 21:29:16 +0000 Subject: [PATCH] Forgot to add new compat.h to Makefile.am. Fixed. svn path=/trunk/icecast/; revision=2207 --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5fbddb7f..e2a92027 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,8 @@ SUBDIRS = avl thread httpp net log timing bin_PROGRAMS = icecast noinst_HEADERS = config.h os.h logging.h sighandler.h connection.h global.h\ - util.h source.h stats.h refbuf.h client.h format.h format_vorbis.h + util.h source.h stats.h refbuf.h client.h format.h format_vorbis.h\ + compat.h icecast_SOURCES = config.c main.c logging.c sighandler.c connection.c global.c\ util.c source.c stats.c refbuf.c client.c format.c format_vorbis.c