diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-03 20:06:20 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-03 20:29:15 +0200 |
commit | e235bb89e1e1b03f1197805b9f2029b3473a7a0a (patch) | |
tree | 9c074a620d5a5769e2a15881479a8ab9395c5970 /lib/Makefile.am | |
parent | d300a9a2ea886bee0cef4d97c274952b26ddbe13 (diff) | |
download | gnutls-e235bb89e1e1b03f1197805b9f2029b3473a7a0a.tar.gz |
Several fixes for the broken rebase.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 5 |
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 |