diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-19 19:32:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:33 +0200 |
commit | f33c8644c052bf9d69157224500ca7887075c7da (patch) | |
tree | 0d8b87f1cb3b93355df964258ec2ec6a820b2e17 /openldap | |
parent | 2f6261fa07e496439e4476d2be2c4c9bca9e6e52 (diff) |
stop delivering lots of external static libraries
Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
Diffstat (limited to 'openldap')
-rw-r--r-- | openldap/ExternalPackage_openldap.mk | 20 | ||||
-rw-r--r-- | openldap/Module_openldap.mk | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/openldap/ExternalPackage_openldap.mk b/openldap/ExternalPackage_openldap.mk deleted file mode 100644 index daacf1fda1f1..000000000000 --- a/openldap/ExternalPackage_openldap.mk +++ /dev/null @@ -1,20 +0,0 @@ -# -*- 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_ExternalPackage_ExternalPackage,openldap,openldap)) - -$(eval $(call gb_ExternalPackage_use_external_project,openldap,openldap)) - -$(eval $(call gb_ExternalPackage_add_files,openldap,lib,\ - libraries/libldap/.libs/libldap.a \ - libraries/libldap_r/.libs/libldap_r.a \ - libraries/liblber/.libs/liblber.a \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/openldap/Module_openldap.mk b/openldap/Module_openldap.mk index 658695cb8b52..cb3f0ce23b5d 100644 --- a/openldap/Module_openldap.mk +++ b/openldap/Module_openldap.mk @@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,openldap)) ifeq ($(SYSTEM_OPENLDAP),NO) $(eval $(call gb_Module_add_targets,openldap,\ - ExternalPackage_openldap \ ExternalProject_openldap \ UnpackedTarball_openldap \ )) |