mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
daemonc: fix compile after include change.
This commit is contained in:
@@ -1,15 +1,16 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/daemons \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
|
-I$(top_srcdir)/daemons \
|
||||||
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/lib/libeventserver \
|
-I$(top_srcdir)/lib/libeventserver \
|
||||||
-I$(top_srcdir)/lib/libconfigfile \
|
-I$(top_srcdir)/lib/libconfigfile \
|
||||||
-I$(top_srcdir)/lib/libnet \
|
-I$(top_srcdir)/lib/libnet \
|
||||||
-I$(top_srcdir)/lib/xmltree \
|
-I$(top_srcdir)/lib/xmltree \
|
||||||
@FREETYPE_CFLAGS@ \
|
@FREETYPE_CFLAGS@
|
||||||
-I$(top_srcdir)/lib
|
|
||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
||||||
|
Reference in New Issue
Block a user