summaryrefslogtreecommitdiffstats
path: root/libwpd/Module_libwpd.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-04 14:08:14 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 12:51:49 +0200
commit85e34a4f3a157663f49611d566554785a28848a7 (patch)
treed19cbe2ae617ae4b2619653ee098c022e573557d /libwpd/Module_libwpd.mk
parentlibwpg: convert to gbuild (diff)
downloadcore-85e34a4f3a157663f49611d566554785a28848a7.tar.gz
core-85e34a4f3a157663f49611d566554785a28848a7.zip
libwpd: convert to gbuild
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
Diffstat (limited to 'libwpd/Module_libwpd.mk')
-rw-r--r--libwpd/Module_libwpd.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/libwpd/Module_libwpd.mk b/libwpd/Module_libwpd.mk
new file mode 100644
index 000000000000..fd0d0bb0685a
--- /dev/null
+++ b/libwpd/Module_libwpd.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,libwpd))
+
+ifeq ($(SYSTEM_LIBWPD),NO)
+
+$(eval $(call gb_Module_add_targets,libwpd,\
+ Package_libwpd \
+ StaticLibrary_wpd \
+ UnpackedTarball_wpd \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: