]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added missing files
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 3 Jul 2010 10:35:00 +0000 (12:35 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 3 Jul 2010 10:36:53 +0000 (12:36 +0200)
lib/Makefile.am
lib/x509/Makefile.am

index 7034b53904d31a60d13f449407aea5e8083dd80c..a8796297438106b52da31c36f4c4ffd16e4158ea 100644 (file)
@@ -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
index 0081521fc5264091e07ba6263fc2f9be864fcd78..042f7ebb51460333532ae083d56b4d908bec6223 100644 (file)
@@ -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                   \