[pkg-opensc-commit] [libp11] 48/239: AC_SUBSTed variables are better used with $(..). Thanks to Ralf Wildenhues.

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:07 UTC 2015


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

eric pushed a commit to branch master
in repository libp11.

commit 70b510a144fc4abb0bf73e033da6aaef68e7d9e8
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Thu Sep 8 17:02:12 2005 +0000

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

diff --git a/src/Makefile.am b/src/Makefile.am
index f2826b7..277b1ee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in
 DISTCLEANFILES= libp11.pc
 EXTRA_DIST = Makefile.mak makedef.pl
 
-INCLUDES = @OPENSSL_CFLAGS@ -I$(top_srcdir)/rsaref/
+INCLUDES = -I$(top_srcdir)/rsaref/ $(OPENSSL_CFLAGS)
 
 noinst_HEADERS= libp11-int.h
 include_HEADERS= libp11.h
@@ -14,8 +14,8 @@ lib_LTLIBRARIES = libp11.la
 libp11_la_SOURCES = libpkcs11.c p11_attr.c p11_cert.c p11_err.c p11_key.c \
 	p11_load.c p11_misc.c p11_ops.c p11_rsa.c p11_slot.c 
 
-libp11_la_LDFLAGS = -version-info @LIBP11_VERSION@
-libp11_la_LIBADD = @OPENSSL_LIBS@ @LIBLTDL@
+libp11_la_LDFLAGS = -version-info $(LIBP11_VERSION)
+libp11_la_LIBADD = $(OPENSSL_LIBS) $(LIBLTDL)
 
-pkgconfigdir = @libdir@/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libp11.pc

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



More information about the pkg-opensc-commit mailing list