summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/Library_tdeab1.mk1
-rw-r--r--connectivity/Library_tdeabdrv1.mk1
-rw-r--r--shell/Library_tdebe.mk5
-rw-r--r--vcl/Executable_tdefilepicker.mk2
-rw-r--r--vcl/Library_vclplug_tde.mk3
5 files changed, 10 insertions, 2 deletions
diff --git a/connectivity/Library_tdeab1.mk b/connectivity/Library_tdeab1.mk
index 298ed4c2c285..8243280bf705 100644
--- a/connectivity/Library_tdeab1.mk
+++ b/connectivity/Library_tdeab1.mk
@@ -18,6 +18,7 @@ $(eval $(call gb_Library_set_componentfile,tdeab1,connectivity/source/drivers/ka
$(eval $(call gb_Library_set_include,tdeab1,\
-I$(SRCDIR)/connectivity/source/inc \
+ -I$(SRCDIR)/include/shell \
$$(INCLUDE) \
))
diff --git a/connectivity/Library_tdeabdrv1.mk b/connectivity/Library_tdeabdrv1.mk
index 8301e5f02b14..1398d9f53ddb 100644
--- a/connectivity/Library_tdeabdrv1.mk
+++ b/connectivity/Library_tdeabdrv1.mk
@@ -12,6 +12,7 @@ $(eval $(call gb_Library_Library,tdeabdrv1))
$(eval $(call gb_Library_set_include,tdeabdrv1,\
-I$(SRCDIR)/connectivity/source/inc \
+ -I$(SRCDIR)/include/shell \
$$(INCLUDE) \
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))
diff --git a/shell/Library_tdebe.mk b/shell/Library_tdebe.mk
index dc5b7355d08e..3b516d8d1b9a 100644
--- a/shell/Library_tdebe.mk
+++ b/shell/Library_tdebe.mk
@@ -9,6 +9,11 @@
$(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_externals,tdebe1,\
diff --git a/vcl/Executable_tdefilepicker.mk b/vcl/Executable_tdefilepicker.mk
index 6a3923592eb8..9811e6d3ea9c 100644
--- a/vcl/Executable_tdefilepicker.mk
+++ b/vcl/Executable_tdefilepicker.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_Executable_set_include,tdefilepicker,\
$$(INCLUDE) \
-I$(SRCDIR)/vcl/inc \
-I$(SRCDIR)/solenv/inc \
- -I$(SRCDIR)/vcl/inc/unx/tde \
+ -I$(SRCDIR)/vcl/inc/unx/kde \
))
$(eval $(call gb_Executable_use_libraries,tdefilepicker,\
diff --git a/vcl/Library_vclplug_tde.mk b/vcl/Library_vclplug_tde.mk
index 74551bdee907..d05780b65d03 100644
--- a/vcl/Library_vclplug_tde.mk
+++ b/vcl/Library_vclplug_tde.mk
@@ -15,7 +15,8 @@ $(eval $(call gb_Library_set_include,vclplug_tde,\
$$(INCLUDE) \
-I$(SRCDIR)/vcl/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,\