summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/Library_ooofilt_x64.mk4
-rw-r--r--shell/Library_propertyhdl_x64.mk4
-rw-r--r--shell/Library_shlxthdl_x64.mk4
3 files changed, 12 insertions, 0 deletions
diff --git a/shell/Library_ooofilt_x64.mk b/shell/Library_ooofilt_x64.mk
index 47f058c416cb..f3c99464c656 100644
--- a/shell/Library_ooofilt_x64.mk
+++ b/shell/Library_ooofilt_x64.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Library_Library,ooofilt_x64))
$(eval $(call gb_Library_set_x64,ooofilt_x64,YES))
+$(eval $(call gb_Library_use_custom_headers,ooofilt_x64,\
+ shell/source \
+))
+
$(eval $(call gb_Library_set_include,ooofilt_x64,\
-I$(SRCDIR)/shell/inc \
$$(INCLUDE) \
diff --git a/shell/Library_propertyhdl_x64.mk b/shell/Library_propertyhdl_x64.mk
index e774a50a2ac8..1a36e2b2923b 100644
--- a/shell/Library_propertyhdl_x64.mk
+++ b/shell/Library_propertyhdl_x64.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Library_Library,propertyhdl_x64))
$(eval $(call gb_Library_set_x64,propertyhdl_x64,YES))
+$(eval $(call gb_Library_use_custom_headers,propertyhdl_x64,\
+ shell/source \
+))
+
$(eval $(call gb_Library_set_include,propertyhdl_x64,\
-I$(SRCDIR)/shell/inc \
$$(INCLUDE) \
diff --git a/shell/Library_shlxthdl_x64.mk b/shell/Library_shlxthdl_x64.mk
index 07327621a8c7..a7e149cf29a9 100644
--- a/shell/Library_shlxthdl_x64.mk
+++ b/shell/Library_shlxthdl_x64.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Library_Library,shlxthdl_x64))
$(eval $(call gb_Library_set_x64,shlxthdl_x64,YES))
+$(eval $(call gb_Library_use_custom_headers,shlxthdl_x64,\
+ shell/source \
+))
+
$(eval $(call gb_Library_set_include,shlxthdl_x64,\
-I$(SRCDIR)/shell/inc \
$$(INCLUDE) \