[PATCH] Fix single core builds when TDE integration is enabled
Timothy Pearson (via Code Review)
gerrit at gerrit.libreoffice.org
Wed Mar 20 15:51:43 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2882
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/82/2882/1
Fix single core builds when TDE integration is enabled
Change-Id: I3a28d843e567db2a905125424615cba0bd28c7b4
---
M connectivity/Library_tdeab1.mk
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/connectivity/Library_tdeab1.mk b/connectivity/Library_tdeab1.mk
index 59f2f80..94bafe5 100644
--- a/connectivity/Library_tdeab1.mk
+++ b/connectivity/Library_tdeab1.mk
@@ -33,6 +33,10 @@
$(eval $(call gb_Library_set_componentfile,tdeab1,connectivity/source/drivers/kab/tdeab1))
+$(eval $(call gb_Library_use_packages,tdeab1,\
+ shell_inc \
+))
+
$(eval $(call gb_Library_set_include,tdeab1,\
-I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \
--
To view, visit https://gerrit.libreoffice.org/2882
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a28d843e567db2a905125424615cba0bd28c7b4
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Timothy Pearson <kb9vqf at pearsoncomputing.net>
More information about the LibreOffice
mailing list