aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/Makefile.am')
-rw-r--r--src/daemon/https/tls/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/daemon/https/tls/Makefile.am b/src/daemon/https/tls/Makefile.am
index aa8a71a7..420307fc 100644
--- a/src/daemon/https/tls/Makefile.am
+++ b/src/daemon/https/tls/Makefile.am
@@ -16,7 +16,6 @@ libtls_la_LDFLAGS = \
16 -L$(GCRYPT_LIB_PATH) 16 -L$(GCRYPT_LIB_PATH)
17 17
18libtls_la_SOURCES = \ 18libtls_la_SOURCES = \
19auth_anon.c \
20auth_cert.c \ 19auth_cert.c \
21auth_dh_common.c \ 20auth_dh_common.c \
22auth_dhe.c \ 21auth_dhe.c \
@@ -30,7 +29,6 @@ ext_oprfi.c \
30ext_server_name.c \ 29ext_server_name.c \
31gnutls_alert.c \ 30gnutls_alert.c \
32gnutls_algorithms.c \ 31gnutls_algorithms.c \
33gnutls_anon_cred.c \
34gnutls_asn1_tab.c \ 32gnutls_asn1_tab.c \
35gnutls_auth.c \ 33gnutls_auth.c \
36gnutls_buffers.c \ 34gnutls_buffers.c \
@@ -66,7 +64,6 @@ gnutls_ui.c \
66gnutls_x509.c \ 64gnutls_x509.c \
67pkix_asn1_tab.c \ 65pkix_asn1_tab.c \
68x509_b64.c \ 66x509_b64.c \
69auth_anon.h \
70auth_cert.h \ 67auth_cert.h \
71auth_dh_common.h \ 68auth_dh_common.h \
72debug.h \ 69debug.h \