[pkg-opensc-commit] [engine-pkcs11] 22/152: remove bundles (I - guess - not needed / used). if they are used, will revert this change.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository engine-pkcs11.

commit d8b2a40e7a55dc4ba6e0c92b38bee84412233e1b
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Sun Oct 30 17:29:11 2005 +0000

    remove bundles (I - guess - not needed / used).
    if they are used, will revert this change.
---
 configure.ac    |  2 --
 src/Makefile.am | 12 ------------
 2 files changed, 14 deletions(-)

diff --git a/configure.ac b/configure.ac
index 099449a..7101993 100644
--- a/configure.ac
+++ b/configure.ac
@@ -264,8 +264,6 @@ fi
 LDFLAGS="$saved_LDFLAGS"
 AC_SUBST(OPENSSL_LDFLAGS)
 
-AM_CONDITIONAL(HAVE_BUNDLES, test "x$with_bundles" = "xyes")
-
 AC_OUTPUT([
 Makefile
 aclocal/Makefile
diff --git a/src/Makefile.am b/src/Makefile.am
index 52ca608..f6e4460 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,5 @@
 # Process this file with automake to create Makefile.in
 
-bundledir = $(BUNDLEDIR)/opensc
 enginedir = $(libdir)/engines
 
 MAINTAINERCLEANFILES = Makefile.in
@@ -19,14 +18,3 @@ engine_pkcs11_la_SOURCES = \
 engine_pkcs11_la_CFLAGS = $(OPENSSL_CFLAGS) $(LIBP11_CFLAGS) -I$(srcdir)/../libp11 
 engine_pkcs11_la_LIBADD = $(ENGINE_LINK) $(OPENSSL_LIBS) $(LIBP11_LIBS)
 engine_pkcs11_la_LDFLAGS = -module -avoid-version
-
-install-exec-local: install-engineLTLIBRARIES
-if HAVE_BUNDLES
-	-${top_srcdir}/libtool-bundle $(DESTDIR)$(enginedir)/engine_pkcs11.so \
-		$(DESTDIR)$(bundledir)/
-endif
-
-uninstall-local: uninstall-engineLTLIBRARIES
-if HAVE_BUNDLES
-	rm -rf $(DESTDIR)$(bundledir)/engine_pkcs11.bundle/
-endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git



More information about the pkg-opensc-commit mailing list