summaryrefslogtreecommitdiff
path: root/external/libfreehand/Makefile
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-10-31 12:42:50 +0100
committerFridrich Strba <fridrich@documentfoundation.org>2013-10-31 12:50:46 +0000
commit67153d76844fe8d8f3aba17f019443c96fbdd829 (patch)
tree2d94441299252420de426307eed980b130a2ec9e /external/libfreehand/Makefile
parent62f67d64b4c98cdfe20cad824cf11f343d3f8d7f (diff)
bundle libfreehand
Change-Id: I12de5e96754a8dba94dfdef3deb2aac18af28f22 Reviewed-on: https://gerrit.libreoffice.org/6510 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'external/libfreehand/Makefile')
-rw-r--r--external/libfreehand/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/libfreehand/Makefile b/external/libfreehand/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/libfreehand/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: