summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkcs11/Makefile.am4
1 files changed, 1 insertions, 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 "" > $@