summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
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 /desktop/source/deployment
parenta8c91a4b693c5e45c03ab52d075121646073cef0 (diff)
No DB_INCLUDES any more, pass -I if necessary
Diffstat (limited to 'desktop/source/deployment')
-rwxr-xr-xdesktop/source/deployment/makefile.mk2
-rwxr-xr-xdesktop/source/deployment/manager/makefile.mk2
-rwxr-xr-xdesktop/source/deployment/misc/makefile.mk2
-rwxr-xr-xdesktop/source/deployment/registry/configuration/makefile.mk2
-rwxr-xr-xdesktop/source/deployment/registry/help/makefile.mk2
-rwxr-xr-xdesktop/source/deployment/unopkg/makefile.mk2
6 files changed, 6 insertions, 6 deletions
diff --git a/desktop/source/deployment/makefile.mk b/desktop/source/deployment/makefile.mk
index 877379ad7300..4277e3ac59c4 100755
--- a/desktop/source/deployment/makefile.mk
+++ b/desktop/source/deployment/makefile.mk
@@ -40,7 +40,7 @@ TARGET = deploy
.INCLUDE : $(PRJ)$/source$/deployment$/inc$/dp_misc.mk
.IF "$(SYSTEM_DB)" == "YES"
-CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
+CFLAGS+=-DSYSTEM_DB
.ENDIF
INCPRE += inc
diff --git a/desktop/source/deployment/manager/makefile.mk b/desktop/source/deployment/manager/makefile.mk
index 4dc6405e34bf..ef44ac5e9857 100755
--- a/desktop/source/deployment/manager/makefile.mk
+++ b/desktop/source/deployment/manager/makefile.mk
@@ -34,7 +34,7 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE : settings.mk
.IF "$(SYSTEM_DB)" == "YES"
-CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
+CFLAGS+=-DSYSTEM_DB
.ENDIF
SRS1NAME = $(TARGET)
diff --git a/desktop/source/deployment/misc/makefile.mk b/desktop/source/deployment/misc/makefile.mk
index 3e4bd68cb4c0..67d5889a8ac1 100755
--- a/desktop/source/deployment/misc/makefile.mk
+++ b/desktop/source/deployment/misc/makefile.mk
@@ -43,7 +43,7 @@ TARGET = deplmisc
CDEFS += -DDESKTOP_DEPLOYMENTMISC_DLLIMPLEMENTATION
.IF "$(SYSTEM_DB)" == "YES"
-CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
+CFLAGS+=-DSYSTEM_DB
.ENDIF
SRS1NAME = $(TARGET)
diff --git a/desktop/source/deployment/registry/configuration/makefile.mk b/desktop/source/deployment/registry/configuration/makefile.mk
index 9bcbd50d4230..d1125d5ad2f4 100755
--- a/desktop/source/deployment/registry/configuration/makefile.mk
+++ b/desktop/source/deployment/registry/configuration/makefile.mk
@@ -36,7 +36,7 @@ INCPRE += ..$/..$/inc
.INCLUDE : settings.mk
.IF "$(SYSTEM_DB)" == "YES"
-CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
+CFLAGS+=-DSYSTEM_DB
.ENDIF
SRS1NAME = $(TARGET)
diff --git a/desktop/source/deployment/registry/help/makefile.mk b/desktop/source/deployment/registry/help/makefile.mk
index d4934f71a46f..fe4668afa879 100755
--- a/desktop/source/deployment/registry/help/makefile.mk
+++ b/desktop/source/deployment/registry/help/makefile.mk
@@ -36,7 +36,7 @@ INCPRE += ..$/..$/inc
.INCLUDE : settings.mk
.IF "$(SYSTEM_DB)" == "YES"
-CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
+CFLAGS+=-DSYSTEM_DB
.ENDIF
SRS1NAME = $(TARGET)
diff --git a/desktop/source/deployment/unopkg/makefile.mk b/desktop/source/deployment/unopkg/makefile.mk
index 06b39cd2d04e..b4ce8a10bfa3 100755
--- a/desktop/source/deployment/unopkg/makefile.mk
+++ b/desktop/source/deployment/unopkg/makefile.mk
@@ -34,7 +34,7 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE : settings.mk
.IF "$(SYSTEM_DB)" == "YES"
-CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
+CFLAGS+=-DSYSTEM_DB
.ENDIF
SRS1NAME = $(TARGET)