summaryrefslogtreecommitdiff
path: root/external/hunspell/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 19:58:07 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-18 06:57:57 +0000
commit64b6499371fa22d52648523e65a28c041dd6579f (patch)
treed07fb933a66a0d0c0b01d163c0c6e65e687f1981 /external/hunspell/Makefile
parent89b7435b9a98c93253638becafe5ff28efcfac4b (diff)
fdo#70393: move hunspell to a subdir of external
Change-Id: Id3aafd95cb8c064f84898844a91f350e9aad0ed4 Reviewed-on: https://gerrit.libreoffice.org/6307 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/hunspell/Makefile')
-rw-r--r--external/hunspell/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/hunspell/Makefile b/external/hunspell/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/external/hunspell/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: