diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-29 18:49:59 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 18:54:35 +0200 |
commit | 061b196922b2ccb050755e72a915dc5fa3d96cf2 (patch) | |
tree | 750a6d8433f7604b4c0bccf9b5c47cafc641a312 /shell | |
parent | 3e07bdfce6ef700a94868ccc03268aa005c295b8 (diff) |
fix include path
Change-Id: I2857d5831e04227b9ebe12e4689f7d7a25221685
Diffstat (limited to 'shell')
-rw-r--r-- | shell/StaticLibrary_xmlparser_x64.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/StaticLibrary_xmlparser_x64.mk b/shell/StaticLibrary_xmlparser_x64.mk index 126ef81b41d3..f833c9436ff6 100644 --- a/shell/StaticLibrary_xmlparser_x64.mk +++ b/shell/StaticLibrary_xmlparser_x64.mk @@ -29,6 +29,11 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,shell_xmlparser_x64)) $(eval $(call gb_StaticLibrary_set_x64,shell_xmlparser_x64,YES)) +$(eval $(call gb_StaticLibrary_set_include,shell_xmlparser_x64,\ + -I$(SRCDIR)/shell/inc \ + $$(INCLUDE) \ +)) + $(eval $(call gb_StaticLibrary_add_generated_exception_objects,shell_xmlparser_x64,\ CustomTarget/shell/source/all/xml_parser \ )) |