Kaydet (Commit) 38e2ef81 authored tarafından Timothy Pearson's avatar Timothy Pearson Kaydeden (comit) Caolán McNamara

Fix FTBFS with TDE support enabled

Change-Id: Ib85371542c5d79ef69bc76f6aa388acdfd9dd849
Reviewed-on: https://gerrit.libreoffice.org/10348Reviewed-by: 's avatarTimothy Pearson <kb9vqf@pearsoncomputing.net>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst b875362c
...@@ -18,6 +18,7 @@ $(eval $(call gb_Library_set_componentfile,tdeab1,connectivity/source/drivers/ka ...@@ -18,6 +18,7 @@ $(eval $(call gb_Library_set_componentfile,tdeab1,connectivity/source/drivers/ka
$(eval $(call gb_Library_set_include,tdeab1,\ $(eval $(call gb_Library_set_include,tdeab1,\
-I$(SRCDIR)/connectivity/source/inc \ -I$(SRCDIR)/connectivity/source/inc \
-I$(SRCDIR)/include/shell \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -12,6 +12,7 @@ $(eval $(call gb_Library_Library,tdeabdrv1)) ...@@ -12,6 +12,7 @@ $(eval $(call gb_Library_Library,tdeabdrv1))
$(eval $(call gb_Library_set_include,tdeabdrv1,\ $(eval $(call gb_Library_set_include,tdeabdrv1,\
-I$(SRCDIR)/connectivity/source/inc \ -I$(SRCDIR)/connectivity/source/inc \
-I$(SRCDIR)/include/shell \
$$(INCLUDE) \ $$(INCLUDE) \
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
)) ))
......
...@@ -9,6 +9,11 @@ ...@@ -9,6 +9,11 @@
$(eval $(call gb_Library_Library,tdebe1)) $(eval $(call gb_Library_Library,tdebe1))
$(eval $(call gb_Library_set_include,tdebe1,\
$$(INCLUDE) \
-I$(SRCDIR)/include/shell \
))
$(eval $(call gb_Library_use_sdk_api,tdebe1)) $(eval $(call gb_Library_use_sdk_api,tdebe1))
$(eval $(call gb_Library_use_externals,tdebe1,\ $(eval $(call gb_Library_use_externals,tdebe1,\
......
...@@ -19,7 +19,7 @@ $(eval $(call gb_Executable_set_include,tdefilepicker,\ ...@@ -19,7 +19,7 @@ $(eval $(call gb_Executable_set_include,tdefilepicker,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/vcl/inc \
-I$(SRCDIR)/solenv/inc \ -I$(SRCDIR)/solenv/inc \
-I$(SRCDIR)/vcl/inc/unx/tde \ -I$(SRCDIR)/vcl/inc/unx/kde \
)) ))
$(eval $(call gb_Executable_use_libraries,tdefilepicker,\ $(eval $(call gb_Executable_use_libraries,tdefilepicker,\
......
...@@ -15,7 +15,8 @@ $(eval $(call gb_Library_set_include,vclplug_tde,\ ...@@ -15,7 +15,8 @@ $(eval $(call gb_Library_set_include,vclplug_tde,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/vcl/inc \
-I$(SRCDIR)/solenv/inc \ -I$(SRCDIR)/solenv/inc \
-I$(SRCDIR)/vcl/inc/unx/tde \ -I$(SRCDIR)/vcl/inc/unx/kde \
-I$(SRCDIR)/include/shell \
)) ))
$(eval $(call gb_Library_set_include,vclplug_tde,\ $(eval $(call gb_Library_set_include,vclplug_tde,\
......
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