[Libreoffice-commits] core.git: sd/Library_sd.mk
Matúš Kukan
matus.kukan at collabora.com
Fri Mar 14 22:41:46 PDT 2014
sd/Library_sd.mk | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 5cf38f1ae58170e80494ed3c25cf173f19fd4835
Author: Matúš Kukan <matus.kukan at collabora.com>
Date: Sat Mar 15 06:38:47 2014 +0100
sd: Add dependency on xml files package for unit tests.
At least CppunitTest_sd_import_tests needs the files.
Change-Id: Ie479c3e9a1fedfb30dc0d6f358ae135ab560e6f8
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 5ce5374..deae271 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -11,6 +11,9 @@ $(eval $(call gb_Library_Library,sd))
$(eval $(call gb_Library_set_precompiled_header,sd,$(SRCDIR)/sd/inc/pch/precompiled_sd))
+# runtime dependency for unit tests
+$(eval $(call gb_Library_use_package,sd,sd_xml))
+
$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots))
$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
More information about the Libreoffice-commits
mailing list