summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-10-18 07:17:38 +0200
committerDaiki Ueno <ueno@gnu.org>2020-10-18 19:18:09 +0200
commite748eac332661781a010b92cb2ce6d6c080d0b15 (patch)
tree8e4447a7bcfd80f55cf38b226025a248d1cc22fc /src/Makefile.am
parent90f14691e1a269bf3247537e6da374f472b64d25 (diff)
downloadgnutls-e748eac332661781a010b92cb2ce6d6c080d0b15.tar.gz
serv: replace our own list implementation with Gnulib's gl_list
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 94b701a512..450700a3d0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -140,7 +140,7 @@ nodist_libcmd_ocsp_la_SOURCES = ocsptool-args.h ocsptool-args.c
endif
gnutls_serv_SOURCES = \
- list.h serv.c \
+ serv.c \
udp-serv.c udp-serv.h \
common.h common.c \
certtool-common.h