summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-02 02:50:36 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-09 23:28:06 +0200
commit8b0e9caca9d9274ff0087abfec62720953d0e746 (patch)
tree392ef65a23671f258d3a12ddf97a65bbecbbd486 /Repository.mk
parent10c0e027b8940e6cead7282fb69796cb28d2aeb9 (diff)
convert xmlsecurity to gbuild
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index e74335153458..13f1528b39ae 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -149,9 +149,16 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
))
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
+ fileacc \
mcnttype \
+ neon \
+ nspr4 \
+ nss3 \
+ plc4 \
test \
- fileacc \
+ xmlsecurity \
+ xsec_fw \
+ xsec_xmlsec \
))
ifeq ($(OS),WNT)
@@ -226,6 +233,9 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
toolshelpers \
vclmain \
writerperfect \
+ xmlsec1 \
+ xmlsec1-nss \
+ xmlsec1-mscrypto \
))
# vim: set noet sw=4 ts=4: