From ae672c33e28866c67d3c8e411c202697f8243e9b Mon Sep 17 00:00:00 2001 From: "[CST] Bas" Date: Sun, 4 Mar 2012 15:52:33 +0800 Subject: [PATCH] daemonc: fix compile after include change. --- src/daemonc/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/daemonc/Makefile.am b/src/daemonc/Makefile.am index 4cc65038d..f2838a74d 100644 --- a/src/daemonc/Makefile.am +++ b/src/daemonc/Makefile.am @@ -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