summaryrefslogtreecommitdiff
path: root/libwpg/Module_libwpg.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-04 14:00:07 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 12:51:20 +0200
commitbe742b279a807f7effe758975ce0364f4a80732e (patch)
treef6fe3660f66962613205f81e02a0b56ecf099d2b /libwpg/Module_libwpg.mk
parent0c6fbcad3ff71fb755406ec914da0ae15e2d21e0 (diff)
libwpg: convert to gbuild
Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
Diffstat (limited to 'libwpg/Module_libwpg.mk')
-rw-r--r--libwpg/Module_libwpg.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/libwpg/Module_libwpg.mk b/libwpg/Module_libwpg.mk
new file mode 100644
index 000000000000..9e271dc08511
--- /dev/null
+++ b/libwpg/Module_libwpg.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,libwpg))
+
+ifeq ($(SYSTEM_LIBWPG),NO)
+
+$(eval $(call gb_Module_add_targets,libwpg,\
+ Package_libwpg \
+ StaticLibrary_wpg \
+ UnpackedTarball_wpg \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: