1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-01-03 14:56:34 -05:00

Forgot to add new compat.h to Makefile.am. Fixed.

svn path=/trunk/icecast/; revision=2207
This commit is contained in:
Jack Moffitt 2001-10-20 21:29:16 +00:00
parent 42688a8366
commit 2223ecb8c5

View File

@ -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