summaryrefslogtreecommitdiffstats
path: root/external/libstaroffice/Makefile
diff options
context:
space:
mode:
authorosnola <alonso@loria.fr>2016-08-10 12:43:56 +0200
committerDavid Tardon <dtardon@redhat.com>2016-08-11 08:13:27 +0200
commit1faae1f37521df7734462443936e1469820fd489 (patch)
tree8c3ab056cdd2e6a3fbc2642588563e4eeb65b022 /external/libstaroffice/Makefile
parentFix comments to match new reality: these are no longer optional parameters (diff)
downloadcore-1faae1f37521df7734462443936e1469820fd489.tar.gz
core-1faae1f37521df7734462443936e1469820fd489.zip
integrate libstaroffice
Change-Id: I85913f1bd1af5d102573040588cca9d8ddeebb5d
Diffstat (limited to 'external/libstaroffice/Makefile')
-rw-r--r--external/libstaroffice/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/libstaroffice/Makefile b/external/libstaroffice/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/libstaroffice/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: