From 888b3788de428e6ac0f5d8101ba8cf56be9951df Mon Sep 17 00:00:00 2001 From: aet Date: Tue, 29 Jan 2002 14:38:40 +0000 Subject: [PATCH] Add install-exec-local and remove opensc-signer.{la,a}, any better way to do this? git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@202 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/signer/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/signer/Makefile.am b/src/signer/Makefile.am index f2ec69a5..2204170e 100644 --- a/src/signer/Makefile.am +++ b/src/signer/Makefile.am @@ -22,3 +22,6 @@ noinst_HEADERS = opensc-crypto.h opensc-support.h \ signer.h npinclude/jri.h npinclude/jri_md.h \ npinclude/jritypes.h npinclude/npapi.h \ npinclude/npupp.h npinclude/npunix.c + +install-exec-local: install-pluginLTLIBRARIES + -rm -f $(DESTDIR)$(plugindir)/opensc-signer.a $(DESTDIR)$(plugindir)/opensc-signer.la