diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-18 18:55:45 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-19 07:29:02 +0000 |
commit | a52215833280fd2c76d6df491a199f1ffab3e040 (patch) | |
tree | dde51c157fc66f2a5caf9179bc201c7bd9335553 /libcmis/Makefile | |
parent | a4964c60117b031609072912c06720cca7bb4497 (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/Makefile | 7 |
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: |