keep gbuild calls consistent at now, even if it is a bit longer

This commit is contained in:
Bjoern Michaelsen 2011-07-23 15:23:21 +02:00
parent 969003ef69
commit 6f38368f3b
3 changed files with 4 additions and 4 deletions

View file

@ -47,7 +47,7 @@ $(eval $(call gb_Library_add_linked_libs,hwp,\
$(gb_STDLIBS) \
))
$(call gb_Library_use_external,hwp,zlib)
$(eval $(call gb_Library_use_external,hwp,zlib))
ifeq ($(OS),WNT)

View file

@ -45,10 +45,10 @@ $(eval $(call gb_Library_add_linked_libs,unordf,\
$(gb_STDLIBS) \
))
$(call gb_Library_use_externals,unordf,\
$(eval $(call gb_Library_use_externals,unordf,\
librdf \
libxslt \
)
))
$(eval $(call gb_Library_add_exception_objects,unordf,\
unoxml/source/rdf/CBlankNode \

View file

@ -48,7 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,unoxml,\
$(gb_STDLIBS) \
))
$(call gb_Library_use_external,unoxml,libxml2)
$(eval $(call gb_Library_use_external,unoxml,libxml2))
$(eval $(call gb_Library_add_exception_objects,unoxml,\
unoxml/source/dom/node \