daemonc: fix compile after include change.

Origin commit data
------------------
Branch: ni/coolstream
Commit: ae672c33e2
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Bas
2012-03-04 15:52:33 +08:00
parent 5451b4c30e
commit 4ce1240ee9

View File

@@ -1,15 +1,16 @@
AM_CPPFLAGS = -fno-rtti -fno-exceptions
INCLUDES = \
-I$(top_srcdir)/daemons \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/zapit/include \
-I$(top_srcdir)/daemons \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/libeventserver \
-I$(top_srcdir)/lib/libconfigfile \
-I$(top_srcdir)/lib/libnet \
-I$(top_srcdir)/lib/xmltree \
@FREETYPE_CFLAGS@ \
-I$(top_srcdir)/lib
@FREETYPE_CFLAGS@
if BOXTYPE_COOL
INCLUDES += -I$(top_srcdir)/lib/libcoolstream