diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-17 18:47:50 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:15:46 +0200 |
commit | 8f16dc3de4d59db6db5f4a6c2692809f6b4417fb (patch) | |
tree | 1217a73b03c627c277a87903b8d4a5e8cdc6e824 /codemaker/StaticLibrary_codemaker.mk | |
parent | 1a62e464cf1b88fde049bb857e513209b0134a2b (diff) |
use package instead of explicit include path
Change-Id: I11048d24b21549aa3ae79995a2c252c00e56d771
Diffstat (limited to 'codemaker/StaticLibrary_codemaker.mk')
-rw-r--r-- | codemaker/StaticLibrary_codemaker.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/codemaker/StaticLibrary_codemaker.mk b/codemaker/StaticLibrary_codemaker.mk index c55209fbbaf0..bbea555a5d18 100644 --- a/codemaker/StaticLibrary_codemaker.mk +++ b/codemaker/StaticLibrary_codemaker.mk @@ -28,14 +28,10 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,codemaker)) $(eval $(call gb_StaticLibrary_use_packages,codemaker,\ + codemaker_inc \ sal_generated \ )) -$(eval $(call gb_StaticLibrary_set_include,codemaker,\ - -I$(SRCDIR)/codemaker/inc \ - $$(INCLUDE) \ -)) - $(eval $(call gb_StaticLibrary_add_exception_objects,codemaker,\ codemaker/source/codemaker/dependencies \ codemaker/source/codemaker/exceptiontree \ |