summaryrefslogtreecommitdiff
path: root/libcmis/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-06 18:19:34 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 12:55:35 +0200
commit707194e7b9263a33508905438281090bd201e34d (patch)
treeb3fb26aa5a7ef4e2189d6b237b6fb488c2bb51c0 /libcmis/Makefile
parent85e34a4f3a157663f49611d566554785a28848a7 (diff)
libcmis: convert to gbuild
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
Diffstat (limited to 'libcmis/Makefile')
-rw-r--r--libcmis/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcmis/Makefile b/libcmis/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/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: