From 2997d8a89913c104291f45224a0e569f2f848a8e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 14 Mar 2011 15:09:39 +0100 Subject: gnumake4: expat libraries are static [hg:3daa2bed1277] --- Repository.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index f1bd8e36a5ab..0ea7d9b53fc5 100755 --- a/Repository.mk +++ b/Repository.mk @@ -169,4 +169,15 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ vclmain \ )) +ifeq ($(SYSTEM_EXPAT),YES) +$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ + expat \ +)) +else +$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ + expat_xmlparse \ + expat_xmltok \ +)) +endif + # vim: set noet sw=4 ts=4: -- cgit