diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 12:18:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 12:18:11 +0300 |
commit | aca52b3cf6a4e6d965f7249a5de4e1bc40f4ba18 (patch) | |
tree | c0cedebff485d112618af206c984bc0a77edaa0e /dbaccess | |
parent | 12ad53ec6706f42c11a02366b7be9d2bf014c3bd (diff) |
Revert "Build dbaccess and connectivity only for DESKTOP platforms for now"
Nah, breaks the build for non-DESKTOP platforms anyway, as headers
delivered there are needed elsewhere. So just keep building that stuff
even if it presumably will not be needed on either of the non-DESKTOP
platforms.
This reverts commit 9b4212f14b11993222f933f59a93359ebc44c708.
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Module_dbaccess.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk index 74dc9873d270..73b3e58774a0 100644 --- a/dbaccess/Module_dbaccess.mk +++ b/dbaccess/Module_dbaccess.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Module_Module,dbaccess)) -$(if $(filter DESKTOP,$(BUILD_TYPE)),$(eval $(call gb_Module_add_targets,dbaccess,\ +$(eval $(call gb_Module_add_targets,dbaccess,\ AllLangResTarget_adabasui \ AllLangResTarget_dba \ AllLangResTarget_dbmm \ @@ -43,7 +43,7 @@ $(if $(filter DESKTOP,$(BUILD_TYPE)),$(eval $(call gb_Module_add_targets,dbacces Library_sdbt \ Package_inc \ Package_uiconfig \ -))) +)) $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\ JunitTest_dbaccess_complex \ |