summaryrefslogtreecommitdiff
path: root/libcmis/Makefile
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-05-09 12:20:34 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-06-04 13:28:11 +0200
commitd1eb25ba0a2b0a549f387eb731032c7f1265095e (patch)
tree1bfeb435def67e7df343d198faaa523f2f47f7e3 /libcmis/Makefile
parent7b4c51ed76269546a03729b5e7f087a9d252994f (diff)
libcmis: removing unused gmake scripts to avoid maintaining them
Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3
Diffstat (limited to 'libcmis/Makefile')
-rw-r--r--libcmis/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcmis/Makefile b/libcmis/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/libcmis/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- 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: