From 061b196922b2ccb050755e72a915dc5fa3d96cf2 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 29 May 2012 18:49:59 +0200 Subject: fix include path Change-Id: I2857d5831e04227b9ebe12e4689f7d7a25221685 --- shell/StaticLibrary_xmlparser_x64.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell') 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 \ )) -- cgit