summaryrefslogtreecommitdiffstats
path: root/external/openldap/Module_openldap.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-03 20:17:25 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 02:27:55 -0600
commit8339d33a24e9810ae23544f0f4d1a52bd732c49f (patch)
treea6abde09cc02596251da93980aede8ba4c85229d /external/openldap/Module_openldap.mk
parentfdo#70393: move nss to a subdir of external (diff)
downloadcore-8339d33a24e9810ae23544f0f4d1a52bd732c49f.tar.gz
core-8339d33a24e9810ae23544f0f4d1a52bd732c49f.zip
fdo#70393: move openldap to a subdir of external
Change-Id: I0225484e976b5317c2ac5d5b50ade153425f22b0 Reviewed-on: https://gerrit.libreoffice.org/6546 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/openldap/Module_openldap.mk')
-rw-r--r--external/openldap/Module_openldap.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/external/openldap/Module_openldap.mk b/external/openldap/Module_openldap.mk
new file mode 100644
index 000000000000..cb3f0ce23b5d
--- /dev/null
+++ b/external/openldap/Module_openldap.mk
@@ -0,0 +1,21 @@
+# -*- 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,openldap))
+
+ifeq ($(SYSTEM_OPENLDAP),NO)
+
+$(eval $(call gb_Module_add_targets,openldap,\
+ ExternalProject_openldap \
+ UnpackedTarball_openldap \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: