summaryrefslogtreecommitdiff
path: root/external/libwps/Module_libwps.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 22:22:34 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:39:27 +0000
commit27d0ddf6b4526ffdf2e166e20a03a4c40a0f9936 (patch)
treeb52c594b915eae4f31107b430037bc9f7ed57fd8 /external/libwps/Module_libwps.mk
parent06c6846346e945f40ce4ab87261e9511d5e87e9c (diff)
fdo#70393: move libwps to a subdir of external
Change-Id: Ib7c85b6004f4cf1cc3a3ecf280d9c99fb2e7297f Reviewed-on: https://gerrit.libreoffice.org/6338 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libwps/Module_libwps.mk')
-rw-r--r--external/libwps/Module_libwps.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/external/libwps/Module_libwps.mk b/external/libwps/Module_libwps.mk
new file mode 100644
index 000000000000..a6870faa9a08
--- /dev/null
+++ b/external/libwps/Module_libwps.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,libwps))
+
+$(eval $(call gb_Module_add_targets,libwps,\
+ ExternalProject_libwps \
+ UnpackedTarball_libwps \
+))
+
+# vim: set noet sw=4 ts=4: