From 2905ca2f0a6db2ca14e60bab8a624c01d2b9b788 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 2 May 2007 13:16:25 +0000 Subject: Use $(LTLIBSCUTE). --- pkcs11/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkcs11/Makefile.am b/pkcs11/Makefile.am index b51d00340f..bc81c1902b 100644 --- a/pkcs11/Makefile.am +++ b/pkcs11/Makefile.am @@ -30,9 +30,7 @@ libgnutls_pkcs11_la_LDFLAGS = -no-undefined \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) libgnutls_pkcs11_la_LIBADD = ../lib/libgnutls.la -# XXX Move into configure.ac a'la --with-pkcs11-library=scute. -libgnutls_pkcs11_la_LDFLAGS += -L/usr/local/lib -R/usr/local/lib -libgnutls_pkcs11_la_LIBADD += -lscute +libgnutls_pkcs11_la_LDFLAGS += $(LTLIBSCUTE) p11-api.texi: gnutls_pkcs11.c @echo "" > $@ -- cgit v1.2.1