From: Nikos Mavrogiannopoulos Date: Sat, 3 Jul 2010 10:35:00 +0000 (+0200) Subject: Added missing files X-Git-Tag: gnutls_2_11_3~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62db366b7be1f1abc0c4f0501ba027c80edb71c9;p=thirdparty%2Fgnutls.git Added missing files --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 7034b53904..a879629743 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -104,7 +104,7 @@ HFILES = debug.h gnutls_compress.h gnutls_cipher.h gnutls_buffers.h \ gnutls_helper.h auth_psk.h auth_psk_passwd.h \ gnutls_supplemental.h crypto.h random.h \ ext_session_ticket.h ext_signature.h gnutls_cryptodev.h \ - ext_safe_renegotiation.h locks.h + ext_safe_renegotiation.h locks.h gnutls_mbuffers.h pkcs11_int.h if ENABLE_LOCAL_PAKCHOIS COBJECTS+=pakchois/pakchois.c pakchois/errors.c diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am index 0081521fc5..042f7ebb51 100644 --- a/lib/x509/Makefile.am +++ b/lib/x509/Makefile.am @@ -37,6 +37,7 @@ noinst_LTLIBRARIES = libgnutls_x509.la libgnutls_x509_la_SOURCES = \ common.c \ common.h \ + sign.h \ crl.c \ crl_write.c \ crq.c \