[pkg-opensc-commit] [engine-pkcs11] 12/152: AC_SUBSTed variables are better used with $(..). Thanks to Ralf Wildenhues.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:08 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 3d0cda929caca7aa1ff8666231d9912222dd045f
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Thu Sep 8 17:02:34 2005 +0000

    AC_SUBSTed variables are better used with $(..). Thanks to Ralf Wildenhues.
---
 src/Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 608103e..305eb49 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 # Process this file with automake to create Makefile.in
 
-bundledir = @BUNDLEDIR@/opensc
-enginedir = @libdir@/openssl
+bundledir = $(BUNDLEDIR)/opensc
+enginedir = $(libdir)/openssl
 
 MAINTAINERCLEANFILES = Makefile.in
 
@@ -16,9 +16,9 @@ OPENSSL_CFLAGS = \
 
 engine_pkcs11_la_SOURCES = \
 	hw_pkcs11.c engine_pkcs11.c engine_pkcs11.h 
-engine_pkcs11_la_CFLAGS = $(OPENSSL_CFLAGS) -I$(srcdir)/../libp11 @LIBP11_CFLAGS@
-engine_pkcs11_la_LIBADD = @ENGINE_LINK@ @LIBP11_LIBS@
-engine_pkcs11_la_LDFLAGS = @OPENSSL_LDFLAGS@ -module -avoid-version
+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

-- 
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