summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-04-11 08:32:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-04-11 08:32:12 +0000
commit1e2cf6bf6228add040cfb0dadd8d486794e21a9a (patch)
tree8c19e01b225c6162569f93569dd2aa3fae1e50df /xmlhelp
parent1ce001d7c9ea45452108b634d1ccd79bc1b0fa63 (diff)
INTEGRATION: CWS systemdb (1.15.2); FILE MERGED
2005/03/31 08:28:28 rene 1.15.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk
index a4af1c9ebdc6..059b98da0386 100644
--- a/xmlhelp/source/cxxhelp/provider/makefile.mk
+++ b/xmlhelp/source/cxxhelp/provider/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: rt $ $Date: 2005-03-30 08:38:21 $
+# last change: $Author: hr $ $Date: 2005-04-11 09:32:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,8 +75,8 @@ NO_BSYMBOLIC=TRUE
CFLAGS += -DHAVE_EXPAT_H
-.IF "$(SYSTEM_DB3)" == "YES"
-CFLAGS+=-DSYSTEM_DB3
+.IF "$(SYSTEM_DB)" == "YES"
+CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
.ENDIF
.IF "$(SYSTEM_SABLOT)" == "YES"