diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 4 | ||||
-rw-r--r-- | lib/auth/Makefile.am | 2 | ||||
-rw-r--r-- | lib/ext/Makefile.am | 2 | ||||
-rw-r--r-- | lib/nettle/Makefile.am | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 01a87eecf6..7e9eaa9955 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -85,7 +85,7 @@ endif HFILES = abstract_int.h debug.h gnutls_compress.h gnutls_cipher.h \ gnutls_buffers.h gnutls_errors.h gnutls_int.h gnutls_dtls.h \ - gnutls_handshake.h gnutls_num.h gnutls_algorithms.h \ + gnutls_handshake.h gnutls_num.h algorithms.h \ gnutls_dh.h gnutls_kx.h gnutls_hash_int.h gnutls_cipher_int.h \ gnutls_db.h gnutls_auth.h gnutls_extensions.h \ x509_b64.h gnutls_v2_compat.h gnutls_datum.h \ @@ -96,7 +96,7 @@ HFILES = abstract_int.h debug.h gnutls_compress.h gnutls_cipher.h \ gnutls_rsa_export.h gnutls_srp.h auth/srp.h auth/srp_passwd.h \ gnutls_helper.h gnutls_supplemental.h crypto.h random.h system.h\ locks.h gnutls_mbuffers.h pkcs11_int.h \ - hash.h + hash.h gnutls_ecc.h COBJECTS+=pakchois/pakchois.c pakchois/errors.c pakchois/dlopen.c HFILES+=pakchois/pakchois.h pakchois/pakchois11.h pakchois/dlopen.h diff --git a/lib/auth/Makefile.am b/lib/auth/Makefile.am index 92519def81..c4cad8b58c 100644 --- a/lib/auth/Makefile.am +++ b/lib/auth/Makefile.am @@ -39,4 +39,4 @@ libgnutls_auth_la_SOURCES = anon.c cert.c dh_common.c dhe.c \ dhe_psk.c psk.c psk_passwd.c rsa.c rsa_export.c srp.c \ srp_passwd.c srp_rsa.c srp_sb64.c anon.h cert.h dh_common.h \ psk.h psk_passwd.h srp.h srp_passwd.h anon_ecdh.c \ - ecdh_common.c + ecdh_common.c ecdh_common.h diff --git a/lib/ext/Makefile.am b/lib/ext/Makefile.am index 90dcb072ab..977ebf6f83 100644 --- a/lib/ext/Makefile.am +++ b/lib/ext/Makefile.am @@ -39,4 +39,4 @@ libgnutls_ext_la_SOURCES = max_record.c cert_type.c \ server_name.c signature.c safe_renegotiation.c \ max_record.h cert_type.h server_name.h srp.h \ session_ticket.h signature.h safe_renegotiation.h \ - session_ticket.c srp.c ecc.c + session_ticket.c srp.c ecc.c ecc.h diff --git a/lib/nettle/Makefile.am b/lib/nettle/Makefile.am index 233ab306a3..500117b504 100644 --- a/lib/nettle/Makefile.am +++ b/lib/nettle/Makefile.am @@ -39,4 +39,4 @@ libcrypto_la_SOURCES = pk.c mpi.c mac.c cipher.c rnd.c init.c egd.c egd.h \ ecc_test.c ecc_map.c \ ecc_mulmod.c ecc_points.c ecc_projective_dbl_point_3.c \ ecc_projective_add_point.c ecc_projective_dbl_point.c \ - ecc_sign_hash.c ecc_verify_hash.c + ecc_sign_hash.c ecc_verify_hash.c gnettle.h |