diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-26 22:15:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-26 22:20:07 +0100 |
commit | fc81393c7f11ffb854fe024b64146b50cf462921 (patch) | |
tree | 2b7022f408d15ca14e6adcad41d52956087b7534 /unoxml | |
parent | a53586f4efe26b8875107d04001f4ecec760c343 (diff) |
gbuild: remove various pointless calls that don't add anything
Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/Library_unordf.mk | 4 | ||||
-rw-r--r-- | unoxml/Library_unoxml.mk | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk index 2ef670e1e858..ccbd29287b6a 100644 --- a/unoxml/Library_unordf.mk +++ b/unoxml/Library_unordf.mk @@ -21,10 +21,6 @@ $(eval $(call gb_Library_Library,unordf)) $(eval $(call gb_Library_set_componentfile,unordf,unoxml/source/rdf/unordf)) -$(eval $(call gb_Library_set_include,unordf,\ - $$(INCLUDE) \ -)) - $(eval $(call gb_Library_use_sdk_api,unordf)) $(eval $(call gb_Library_use_libraries,unordf,\ diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index a974c33a9fd4..df7b2b4e827e 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -21,10 +21,6 @@ $(eval $(call gb_Library_Library,unoxml)) $(eval $(call gb_Library_set_componentfile,unoxml,unoxml/source/service/unoxml)) -$(eval $(call gb_Library_set_include,unoxml,\ - $$(INCLUDE) \ -)) - $(eval $(call gb_Library_use_sdk_api,unoxml)) $(eval $(call gb_Library_use_libraries,unoxml,\ |