summaryrefslogtreecommitdiff
path: root/external/libwpd/Module_libwpd.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 22:19:06 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:38:23 +0000
commitc979511247aff27d33941b3c73224d948bcfceb2 (patch)
tree6ef0155b402cd4a50ec97e1596e2b10d81695b30 /external/libwpd/Module_libwpd.mk
parent5c077d3b85f0fab70bc6e78fbc3c307e81f13ad7 (diff)
fdo#70393: move libwpd to a subdir of external
Change-Id: I599cf45b455b59e082078d6b2d5ed2efb99b5862 Reviewed-on: https://gerrit.libreoffice.org/6336 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libwpd/Module_libwpd.mk')
-rw-r--r--external/libwpd/Module_libwpd.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/external/libwpd/Module_libwpd.mk b/external/libwpd/Module_libwpd.mk
new file mode 100644
index 000000000000..5082c4a0c254
--- /dev/null
+++ b/external/libwpd/Module_libwpd.mk
@@ -0,0 +1,17 @@
+# -*- 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))
+
+$(eval $(call gb_Module_add_targets,libwpd,\
+ ExternalProject_libwpd \
+ UnpackedTarball_libwpd \
+))
+
+# vim: set noet sw=4 ts=4: