summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-06 10:53:19 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:23:12 +0100
commitb2fd8230172641edbd2a4f67e214c44ce740b4b2 (patch)
tree7489efa7fdeda666b8d5034b6d2e67ad79ae3cc0 /sd/Library_sd.mk
parentc56b0a2fe8a54aef8229a7b32a8d62cc23bbd9e6 (diff)
Some minor fixes.
Change-Id: Id405b97440efc7160e76d535bddfd5580923fe24
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 8737ba0273e1..ca00b1987963 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -35,7 +35,6 @@ $(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
$$(INCLUDE) \
))
-
$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdgslots,sd/sdi/sdgslots))
$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\
@@ -61,6 +60,10 @@ $(eval $(call gb_Library_set_include,sd,\
-I$(WORKDIR)/SdiTarget/sd/sdi \
))
+$(eval $(call gb_Library_use_externals,sd,\
+ libxml2 \
+))
+
$(eval $(call gb_Library_add_defs,sd,\
-DSD_DLLIMPLEMENTATION \
))
@@ -102,6 +105,7 @@ $(eval $(call gb_Library_use_libraries,sd,\
ucbhelper \
utl \
vcl \
+ xmlsecurity \
$(gb_STDLIBS) \
))