diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:22:43 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:22:43 +0200 |
commit | e0b4860fb10ecda319f2770de65c64b4284ec36b (patch) | |
tree | 36d11299e214eba24710e033e1ef13e38f509db7 /unoxml | |
parent | 112be98c928c38c5cc63c99e86e0b58b8d2dfe29 (diff) |
postmerge fixes for gnumake4
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/Library_unordf.mk | 2 | ||||
-rw-r--r-- | unoxml/Library_unoxml.mk | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk index f716cf2afa59..2f709ff95bc1 100644 --- a/unoxml/Library_unordf.mk +++ b/unoxml/Library_unordf.mk @@ -58,7 +58,5 @@ $(eval $(call gb_Library_add_exception_objects,unordf,\ unoxml/source/rdf/librdf_services \ )) - $$(REDLAND_CFLAGS) \ - $$(LIBXML_CFLAGS) \ # vim: set noet sw=4 ts=4: diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index b51253a44036..a0ab78c1cc27 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -33,11 +33,11 @@ $(eval $(call gb_Library_set_include,unoxml,\ $$(INCLUDE) \ )) -)) - $(eval $(call gb_Library_add_api,unoxml,\ udkapi \ offapi \ +)) + $(eval $(call gb_Library_add_linked_libs,unoxml,\ ucbhelper \ sax \ |