From b6d97fef4669d07c108b130ea882f19a737d2ae9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 12 Aug 2021 11:19:20 +0200 Subject: Merging upstream version 2.7.0. Signed-off-by: Daniel Baumann --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d08b272..45d2dec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,19 +30,19 @@ bin_PROGRAMS = dnsperf resperf dist_bin_SCRIPTS = resperf-report _libperf_sources = datafile.c dns.c log.c net.c opt.c os.c strerror.c qtype.c \ - edns.c tsig.c net_udp.c net_tcp.c net_dot.c + edns.c tsig.c net_udp.c net_tcp.c net_dot.c net_doh.c parse_uri.c _libperf_headers = datafile.h dns.h log.h net.h opt.h os.h util.h strerror.h \ - list.h result.h buffer.h qtype.h edns.h tsig.h + list.h result.h buffer.h qtype.h edns.h tsig.h parse_uri.h dnsperf_SOURCES = $(_libperf_sources) dnsperf.c dist_dnsperf_SOURCES = $(_libperf_headers) dnsperf_LDADD = $(PTHREAD_LIBS) $(libssl_LIBS) $(libcrypto_LIBS) \ - $(libldns_LIBS) + $(libldns_LIBS) $(libnghttp2_LIBS) resperf_SOURCES = $(_libperf_sources) resperf.c dist_resperf_SOURCES = $(_libperf_headers) resperf_LDADD = $(PTHREAD_LIBS) $(libssl_LIBS) $(libcrypto_LIBS) \ - $(libldns_LIBS) + $(libldns_LIBS) $(libnghttp2_LIBS) man1_MANS = dnsperf.1 resperf.1 -- cgit v1.2.3