(CPPFLAGS): Add -I., to find config.h. Remove -Iinclude, it's unused.

This commit is contained in:
Markus Armbruster 2005-12-23 18:47:41 +00:00
parent 90def7cb85
commit eb1134541a

View file

@ -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 \