summaryrefslogtreecommitdiffstats
path: root/external/libwpd/Makefile
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/Makefile
parentfdo#70393: move libvisio to a subdir of external (diff)
downloadcore-c979511247aff27d33941b3c73224d948bcfceb2.tar.gz
core-c979511247aff27d33941b3c73224d948bcfceb2.zip
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/Makefile')
-rw-r--r--external/libwpd/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/libwpd/Makefile b/external/libwpd/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/libwpd/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: