mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
We need to state both of these to get the dependencies and linking working
as expected. svn path=/trunk/icecast/; revision=5181
This commit is contained in:
parent
7e0894c0c9
commit
571ced86d5
@ -14,9 +14,9 @@ icecast_SOURCES = cfgfile.c main.c logging.c sighandler.c connection.c global.c\
|
||||
format_mp3.c xslt.c fserve.c event.c admin.c
|
||||
EXTRA_icecast_SOURCES = geturl.c yp.c
|
||||
|
||||
icecast_LDADD = @ICECAST_OPTIONAL@ net/libicenet.la thread/libicethread.la \
|
||||
httpp/libicehttpp.la log/libicelog.la avl/libiceavl.la \
|
||||
timing/libicetiming.la @XIPH_LIBS@
|
||||
icecast_DEPENDENCIES = @ICECAST_OPTIONAL@ net/libicenet.la thread/libicethread.la \
|
||||
httpp/libicehttpp.la log/libicelog.la avl/libiceavl.la timing/libicetiming.la
|
||||
icecast_LDADD = $(icecast_DEPENDENCIES) @XIPH_LIBS@
|
||||
|
||||
AM_CFLAGS = @XIPH_CFLAGS@
|
||||
AM_CPPFLAGS = @XIPH_CPPFLAGS@
|
||||
|
Loading…
Reference in New Issue
Block a user