diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-18 22:12:43 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-19 07:36:47 +0000 |
commit | 9b4b718b5b049aff0077202c26d057b14bc29511 (patch) | |
tree | 73281b97da6b8fe927141aab6d1ee12ac9a4b668 /external/libodfgen/Makefile | |
parent | 2728c6e8da276c1955878f766c71acd0fd59c9ce (diff) |
fdo#70393: move libodfgen to a subdir of external
Change-Id: If43571222806df4c3d25ab88eab3b1755f583d5a
Reviewed-on: https://gerrit.libreoffice.org/6333
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libodfgen/Makefile')
-rw-r--r-- | external/libodfgen/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/external/libodfgen/Makefile b/external/libodfgen/Makefile new file mode 100644 index 000000000000..e4968cf85fb6 --- /dev/null +++ b/external/libodfgen/Makefile @@ -0,0 +1,7 @@ +# -*- 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: |