mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Change deprecated INCLUDES variable in Makefile
This commit is contained in:
parent
4cd55dc166
commit
d3c1dafa7e
@ -6,8 +6,6 @@ SUBDIRS = common/avl common/net common/thread common/httpp common/log common/tim
|
|||||||
|
|
||||||
bin_PROGRAMS = icecast
|
bin_PROGRAMS = icecast
|
||||||
|
|
||||||
INCLUDES = -I./common/
|
|
||||||
|
|
||||||
noinst_HEADERS = admin.h cfgfile.h logging.h sighandler.h connection.h \
|
noinst_HEADERS = admin.h cfgfile.h logging.h sighandler.h connection.h \
|
||||||
global.h util.h curl.h slave.h source.h stats.h refbuf.h client.h playlist.h \
|
global.h util.h curl.h slave.h source.h stats.h refbuf.h client.h playlist.h \
|
||||||
compat.h fserve.h xslt.h yp.h md5.h matchfile.h \
|
compat.h fserve.h xslt.h yp.h md5.h matchfile.h \
|
||||||
@ -32,7 +30,7 @@ icecast_DEPENDENCIES = @ICECAST_OPTIONAL@ common/net/libicenet.la common/thread/
|
|||||||
icecast_LDADD = $(icecast_DEPENDENCIES) @XIPH_LIBS@ @KATE_LIBS@
|
icecast_LDADD = $(icecast_DEPENDENCIES) @XIPH_LIBS@ @KATE_LIBS@
|
||||||
|
|
||||||
AM_CFLAGS = @XIPH_CFLAGS@
|
AM_CFLAGS = @XIPH_CFLAGS@
|
||||||
AM_CPPFLAGS = @XIPH_CPPFLAGS@
|
AM_CPPFLAGS = -I./common/ @XIPH_CPPFLAGS@
|
||||||
AM_LDFLAGS = @XIPH_LDFLAGS@ @KATE_LIBS@
|
AM_LDFLAGS = @XIPH_LDFLAGS@ @KATE_LIBS@
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user