summaryrefslogtreecommitdiff
path: root/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 /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 '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: