summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-10-17 15:51:25 +0200
committerSimon Josefsson <simon@josefsson.org>2007-10-17 15:51:25 +0200
commit9bbbf8a4b02d7bab766ca7a464f8c02a246e55ba (patch)
tree799fbadd1ac810725b1efc79e6bce9755cc65474
parent6817c856c832d808c71e39df4790a3ea37f9537a (diff)
downloadgnutls-9bbbf8a4b02d7bab766ca7a464f8c02a246e55ba.tar.gz
Remove authz conditional.
-rw-r--r--lib/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3fb50be657..c9c8b9ad9d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -74,11 +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
-
-if ENABLE_AUTHZ
-COBJECTS += ext_authz.c
-endif
+ 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 \