Kaydet (Commit) edd2531f authored tarafından Timothy Pearson's avatar Timothy Pearson Kaydeden (comit) Fridrich Strba

Fix single core build when TDE integration is enabled

Change-Id: I15d537a8ea7d3a42c9a1924dd81e83ba9b4aa421
Reviewed-on: https://gerrit.libreoffice.org/2830Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst a9bc164a
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
$(eval $(call gb_Library_Library,tdeabdrv1)) $(eval $(call gb_Library_Library,tdeabdrv1))
$(eval $(call gb_Library_use_packages,tdeabdrv1,\
shell_inc \
))
$(eval $(call gb_Library_set_include,tdeabdrv1,\ $(eval $(call gb_Library_set_include,tdeabdrv1,\
-I$(SRCDIR)/connectivity/source/inc \ -I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \ $$(INCLUDE) \
......
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
$(eval $(call gb_Library_Library,vclplug_tde)) $(eval $(call gb_Library_Library,vclplug_tde))
$(eval $(call gb_Library_use_packages,vclplug_tde,\
shell_inc \
))
$(eval $(call gb_Library_set_include,vclplug_tde,\ $(eval $(call gb_Library_set_include,vclplug_tde,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/vcl/inc \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment