diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-29 17:30:19 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 17:31:13 +0200 |
commit | de1297a1ffd01c1829f6c82d1c9d53b5a7c3c3b5 (patch) | |
tree | d33b59e833e6d8ff7f96efb4af8f25e5d5f01fe0 /shell | |
parent | f39f100959e4cff8787d6d92f5407c469d936a21 (diff) |
copy the source files before trying to use them
Change-Id: I3252511cd845e6f91d31f5b5858c9122fcab4838
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Library_ooofilt_x64.mk | 4 | ||||
-rw-r--r-- | shell/Library_propertyhdl_x64.mk | 4 | ||||
-rw-r--r-- | shell/Library_shlxthdl_x64.mk | 4 |
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) \ |