diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 35d10a3..d08b272 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,7 +30,7 @@ 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 + edns.c tsig.c net_udp.c net_tcp.c net_dot.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 |