diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-04-19 16:17:24 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-04-19 16:18:54 +0100 |
commit | b6230195c5de74b803827e4c8a3f6a08506af017 (patch) | |
tree | 29b3bfb77de15a1f4b1316359b551dfff9cbae9a /dbaccess/Library_sdbt.mk | |
parent | 92df2b3358c5d0078c2ba66aa35fb8579a5d36c9 (diff) |
fix sdbt compilation with gnumake
Diffstat (limited to 'dbaccess/Library_sdbt.mk')
-rw-r--r-- | dbaccess/Library_sdbt.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dbaccess/Library_sdbt.mk b/dbaccess/Library_sdbt.mk index 5868f478f528..a93bc256bdc0 100644 --- a/dbaccess/Library_sdbt.mk +++ b/dbaccess/Library_sdbt.mk @@ -35,11 +35,12 @@ $(eval $(call gb_Library_add_precompiled_header,sdbt,$(SRCDIR)/dbaccess/inc/pch/ $(eval $(call gb_Library_set_include,sdbt,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/dbaccess/inc/pch) \ - -I$(realpath $(SRCDIR)/dbaccess/source/inc) \ - -I$(realpath $(SRCDIR)/dbaccess/source/sdbtools/inc) \ - -I$(OUTDIR)/inc/offuh \ + -I$(realpath $(SRCDIR)/dbaccess/inc) \ + -I$(realpath $(SRCDIR)/dbaccess/inc/pch) \ + -I$(realpath $(SRCDIR)/dbaccess/source/inc/) \ + -I$(realpath $(SRCDIR)/dbaccess/source/sdbtools/inc) \ -I$(OUTDIR)/inc \ + -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_add_linked_libs,sdbt,\ |