use package instead of explicit include path

Change-Id: I11048d24b21549aa3ae79995a2c252c00e56d771
This commit is contained in:
David Tardon
2012-09-17 18:47:50 +02:00
parent 1a62e464cf
commit 8f16dc3de4
5 changed files with 5 additions and 21 deletions

View File

@ -27,9 +27,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_java))
$(eval $(call gb_StaticLibrary_set_include,codemaker_java,\
-I$(SRCDIR)/codemaker/inc \
$$(INCLUDE) \
$(eval $(call gb_StaticLibrary_use_packages,codemaker_java,\
codemaker_inc \
))
$(eval $(call gb_StaticLibrary_add_exception_objects,codemaker_java,\