diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-18 22:22:34 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-19 07:39:27 +0000 |
commit | 27d0ddf6b4526ffdf2e166e20a03a4c40a0f9936 (patch) | |
tree | b52c594b915eae4f31107b430037bc9f7ed57fd8 /libwps/Makefile | |
parent | 06c6846346e945f40ce4ab87261e9511d5e87e9c (diff) |
fdo#70393: move libwps to a subdir of external
Change-Id: Ib7c85b6004f4cf1cc3a3ecf280d9c99fb2e7297f
Reviewed-on: https://gerrit.libreoffice.org/6338
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'libwps/Makefile')
-rw-r--r-- | libwps/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libwps/Makefile b/libwps/Makefile deleted file mode 100644 index ccb1c85a04da..000000000000 --- a/libwps/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: |