summaryrefslogtreecommitdiff
path: root/external/libcmis/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 18:55:45 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:29:02 +0000
commita52215833280fd2c76d6df491a199f1ffab3e040 (patch)
treedde51c157fc66f2a5caf9179bc201c7bd9335553 /external/libcmis/Makefile
parenta4964c60117b031609072912c06720cca7bb4497 (diff)
fdo#70393: move libcmis to a subdir of external
Change-Id: I602ae9b173e42d668cd9383fa0d2517576db12bf Reviewed-on: https://gerrit.libreoffice.org/6326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libcmis/Makefile')
-rw-r--r--external/libcmis/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/libcmis/Makefile b/external/libcmis/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/libcmis/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: