summaryrefslogtreecommitdiffstats
path: root/external/libmwaw/Module_libmwaw.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 20:09:12 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:36:20 +0000
commit2728c6e8da276c1955878f766c71acd0fd59c9ce (patch)
treebc75fa75b68b2f9b4181f40b90cff3a9ff9d5be8 /external/libmwaw/Module_libmwaw.mk
parentfdo#70393: move libmspub to a subdir of external (diff)
downloadcore-2728c6e8da276c1955878f766c71acd0fd59c9ce.tar.gz
core-2728c6e8da276c1955878f766c71acd0fd59c9ce.zip
fdo#70393: move libmwaw to a subdir of external
Change-Id: I8ba2b928638cf3f16c4500eeaec5a5ce91dd85f6 Reviewed-on: https://gerrit.libreoffice.org/6332 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libmwaw/Module_libmwaw.mk')
-rw-r--r--external/libmwaw/Module_libmwaw.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/external/libmwaw/Module_libmwaw.mk b/external/libmwaw/Module_libmwaw.mk
new file mode 100644
index 000000000000..9ecb4cf8d4a4
--- /dev/null
+++ b/external/libmwaw/Module_libmwaw.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,libmwaw))
+
+$(eval $(call gb_Module_add_targets,libmwaw,\
+ ExternalProject_libmwaw \
+ UnpackedTarball_libmwaw \
+))
+
+# vim: set noet sw=4 ts=4: