summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-17 23:21:15 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-17 23:24:19 +0300
commit718966db6fce4f30ca81a3834665f4dc0d5a1912 (patch)
tree4070710b36da83570b7433e9df09cc3516cea2c7 /xmlhelp
parenta8c91a4b693c5e45c03ab52d075121646073cef0 (diff)
No DB_INCLUDES any more, pass -I if necessary
Diffstat (limited to 'xmlhelp')
-rwxr-xr-xxmlhelp/source/cxxhelp/provider/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk
index 38f57c63e705..398e4feb9726 100755
--- a/xmlhelp/source/cxxhelp/provider/makefile.mk
+++ b/xmlhelp/source/cxxhelp/provider/makefile.mk
@@ -53,7 +53,7 @@ CFLAGSWERRCXX:=
CFLAGS += -DHAVE_EXPAT_H
.IF "$(SYSTEM_DB)" == "YES"
-CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
+CFLAGS+=-DSYSTEM_DB
.ENDIF
.IF "$(SYSTEM_LIBXML)" == "YES"