summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-03 20:06:20 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-03 20:29:15 +0200
commite235bb89e1e1b03f1197805b9f2029b3473a7a0a (patch)
tree9c074a620d5a5769e2a15881479a8ab9395c5970 /lib/Makefile.am
parentd300a9a2ea886bee0cef4d97c274952b26ddbe13 (diff)
downloadgnutls-e235bb89e1e1b03f1197805b9f2029b3473a7a0a.tar.gz
Several fixes for the broken rebase.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 22fae3f6be..111ba4baf1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -84,11 +84,6 @@ COBJECTS = gnutls_record.c gnutls_compress.c debug.c gnutls_cipher.c \
ext_safe_renegotiation.c gnutls_mbuffers.c gnutls_privkey.c pkcs11.c \
pkcs11_privkey.c gnutls_pubkey.c pkcs11_write.c
-if ENABLE_PKCS11
-COBJECTS += pkcs11.c pkcs11_privkey.c
-endif
-
-
if ENABLE_NETTLE
SUBDIRS += nettle
else