diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-18 23:02:24 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-19 07:51:40 +0000 |
commit | 5d98836cfb94176c7a50d0836ad8f0c153364063 (patch) | |
tree | 8ba785d89f7c2223ded0186943dda61523813bad /external/neon/Makefile | |
parent | f1a99d2d22f8284ea09a2db0c0d3ee15b337a359 (diff) |
fdo#70393: move neon to a subdir of external
Change-Id: I504b69437ca2849a9bf825c67e52a671ec1e1ad8
Reviewed-on: https://gerrit.libreoffice.org/6348
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/neon/Makefile')
-rw-r--r-- | external/neon/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/external/neon/Makefile b/external/neon/Makefile new file mode 100644 index 000000000000..e4968cf85fb6 --- /dev/null +++ b/external/neon/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: |