]> git.pond.sub.org Git - empserver/commitdiff
(CPPFLAGS): Add -I., to find config.h. Remove -Iinclude, it's unused.
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 23 Dec 2005 18:47:41 +0000 (18:47 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 23 Dec 2005 18:47:41 +0000 (18:47 +0000)
Make.mk

diff --git a/Make.mk b/Make.mk
index b923d1a7d4aa6db99abe28e026865ae323352e1b..c776de999b1190a6bd2162c7088060fe68534919 100644 (file)
--- a/Make.mk
+++ b/Make.mk
@@ -102,7 +102,7 @@ subst.in = sed \
        -e 's/@EMPIREPORT\@/$(EMPIREPORT)/g'
 
 # Compiler flags
-CPPFLAGS += -I$(srcdir)/include -Iinclude
+CPPFLAGS += -I$(srcdir)/include -I.
 ifeq ($(have_gcc),yes)
 CFLAGS += -fno-common
 CFLAGS += -Wall -W -Wno-unused -Wpointer-arith -Wstrict-prototypes     \