From: Simon Josefsson Date: Wed, 21 Feb 2007 16:42:51 +0000 (+0000) Subject: Build ext_authz.h and ext_authz.c. X-Git-Tag: gnutls_1_7_7~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f207bdfd01f52a15b2e33d7d5c3bb4974c2045be;p=thirdparty%2Fgnutls.git Build ext_authz.h and ext_authz.c. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index e2c3cfc043..572627957c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -74,7 +74,7 @@ COBJECTS = gnutls_record.c gnutls_compress.c debug.c gnutls_cipher.c \ gnutls_x509.c ext_cert_type.c gnutls_rsa_export.c \ auth_rsa_export.c ext_server_name.c auth_dh_common.c \ gnutls_helper.c ext_inner_application.c gnutls_extra_hooks.c \ - gnutls_supplemental.c + gnutls_supplemental.c ext_authz.c HFILES = debug.h gnutls_compress.h defines.h gnutls_cipher.h \ gnutls_buffers.h gnutls_errors.h gnutls_int.h \ @@ -92,7 +92,7 @@ HFILES = debug.h gnutls_compress.h defines.h gnutls_cipher.h \ ext_srp.h gnutls_srp.h auth_srp.h auth_srp_passwd.h \ gnutls_helper.h auth_psk.h auth_psk_passwd.h \ ext_inner_application.h gnutls_extra_hooks.h \ - gnutls_supplemental.h + gnutls_supplemental.h ext_authz.h # Separate so we can create the documentation