diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-29 18:52:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 18:54:35 +0200 |
commit | 9548c17e7446fca1c14a1044ad76d5149021756f (patch) | |
tree | 130f63bed755087381443be3666c8a9a4610204c /shell | |
parent | 061b196922b2ccb050755e72a915dc5fa3d96cf2 (diff) |
ensure source files are present before trying to use them
Change-Id: I8c7608121872976e275d00236539940d797b64c4
Diffstat (limited to 'shell')
-rw-r--r-- | shell/StaticLibrary_shlxthandler_common_x64.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/StaticLibrary_shlxthandler_common_x64.mk b/shell/StaticLibrary_shlxthandler_common_x64.mk index 98b58317c974..95e9911d8952 100644 --- a/shell/StaticLibrary_shlxthandler_common_x64.mk +++ b/shell/StaticLibrary_shlxthandler_common_x64.mk @@ -29,6 +29,10 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,shlxthandler_common_x64)) $(eval $(call gb_StaticLibrary_set_x64,shlxthandler_common_x64,YES)) +$(eval $(call gb_StaticLibrary_use_custom_headers,shlxthandler_common_x64,\ + shell/source \ +)) + $(eval $(call gb_StaticLibrary_set_include,shlxthandler_common_x64,\ -I$(SRCDIR)/shell/inc \ $$(INCLUDE) \ |