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/Module_neon.mk | |
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/Module_neon.mk')
-rw-r--r-- | external/neon/Module_neon.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/external/neon/Module_neon.mk b/external/neon/Module_neon.mk new file mode 100644 index 000000000000..cc2e0cb5e2a6 --- /dev/null +++ b/external/neon/Module_neon.mk @@ -0,0 +1,17 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Module_Module,neon)) + +$(eval $(call gb_Module_add_targets,neon,\ + Library_neon \ + UnpackedTarball_neon \ +)) + +# vim: set noet sw=4 ts=4: |