From d3c1dafa7ee56771b4a325cef70a3f070fc5fbee Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Sat, 28 Nov 2015 13:23:11 +0100 Subject: [PATCH] Change deprecated INCLUDES variable in Makefile --- src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e0974e03..9d20a3b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,8 +6,6 @@ SUBDIRS = common/avl common/net common/thread common/httpp common/log common/tim bin_PROGRAMS = icecast -INCLUDES = -I./common/ - 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 \ 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@ AM_CFLAGS = @XIPH_CFLAGS@ -AM_CPPFLAGS = @XIPH_CPPFLAGS@ +AM_CPPFLAGS = -I./common/ @XIPH_CPPFLAGS@ AM_LDFLAGS = @XIPH_LDFLAGS@ @KATE_LIBS@