summaryrefslogtreecommitdiff
path: root/libxslt/Module_libxslt.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-02 15:44:30 -0500
committerPeter Foley <pefoley2@verizon.net>2013-02-05 19:47:04 +0000
commit856c075e93683cec7cff02e0cf0d6ed31f937a98 (patch)
tree34c18b042583274e8c295cd0b7d590df0ff8015f /libxslt/Module_libxslt.mk
parent7d3ddc2c6cc39fdd671f08059528464675cd6ecc (diff)
convert libxslt to gbuild and add to tail_build
Change-Id: I16eb442fd65b3a2f3a44108f670fd364dc7a64c0 Reviewed-on: https://gerrit.libreoffice.org/1988 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'libxslt/Module_libxslt.mk')
-rw-r--r--libxslt/Module_libxslt.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/libxslt/Module_libxslt.mk b/libxslt/Module_libxslt.mk
new file mode 100644
index 000000000000..b43a224ba0aa
--- /dev/null
+++ b/libxslt/Module_libxslt.mk
@@ -0,0 +1,22 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Module_Module,libxslt))
+
+ifeq ($(SYSTEM_LIBXSLT),NO)
+
+$(eval $(call gb_Module_add_targets,libxslt,\
+ ExternalPackage_xslt \
+ ExternalProject_xslt \
+ UnpackedTarball_xslt \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: