summaryrefslogtreecommitdiff
path: root/libcmis/Module_libcmis.mk
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/Module_libcmis.mk
parent85e34a4f3a157663f49611d566554785a28848a7 (diff)
libcmis: convert to gbuild
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
Diffstat (limited to 'libcmis/Module_libcmis.mk')
-rw-r--r--libcmis/Module_libcmis.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/libcmis/Module_libcmis.mk b/libcmis/Module_libcmis.mk
new file mode 100644
index 000000000000..c2c09f0f489a
--- /dev/null
+++ b/libcmis/Module_libcmis.mk
@@ -0,0 +1,22 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Module_Module,libcmis))
+
+ifeq ($(SYSTEM_LIBCMIS),NO)
+
+$(eval $(call gb_Module_add_targets,libcmis,\
+ Package_libcmis \
+ StaticLibrary_cmis \
+ UnpackedTarball_cmis \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: