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 | 58c52536cc8ecae3acd2d4a8902a1f7267bd7533 (patch) | |
tree | 7301baf0d57b364b50b6ec821b35cd4bfaf159f5 | |
parent | 9bf1153346e10fcb77e3e727651f4bd0c7ae3dab (diff) |
fix sdbt compilation with gnumake
-rw-r--r-- | dbaccess/AllLangResTarget_sdbt.mk | 3 | ||||
-rw-r--r-- | dbaccess/Library_sdbt.mk | 9 | ||||
-rw-r--r-- | dbaccess/Module_dbaccess.mk | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/dbaccess/AllLangResTarget_sdbt.mk b/dbaccess/AllLangResTarget_sdbt.mk index 208e188cd..20ba240f1 100644 --- a/dbaccess/AllLangResTarget_sdbt.mk +++ b/dbaccess/AllLangResTarget_sdbt.mk @@ -37,6 +37,9 @@ $(eval $(call gb_SrsTarget_SrsTarget,dbaccess/sdbt)) $(eval $(call gb_SrsTarget_set_include,dbaccess/sdbt,\ $$(INCLUDE) \ + -I$(WORKDIR)/inc/dbaccess \ + -I$(realpath $(SRCDIR)/dbaccess/inc) \ + -I$(realpath $(SRCDIR)/dbaccess/source/sdbtools/inc) \ -I$(OUTDIR)/inc \ )) diff --git a/dbaccess/Library_sdbt.mk b/dbaccess/Library_sdbt.mk index 5868f478f..a93bc256b 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,\ diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk index c63cb9219..7042c49a1 100644 --- a/dbaccess/Module_dbaccess.mk +++ b/dbaccess/Module_dbaccess.mk @@ -32,6 +32,7 @@ $(eval $(call gb_Module_add_targets,dbaccess,\ AllLangResTarget_dba \ AllLangResTarget_dbmm \ AllLangResTarget_dbu \ + AllLangResTarget_sdbt \ $(if $(filter WNT,$(GUI)),Executable_odbcconfig) \ Library_adabasui \ Library_dba \ |