]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix build error related to USDT
authorMatthijs Mekking <matthijs@isc.org>
Tue, 10 Oct 2023 12:18:07 +0000 (14:18 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 10 Oct 2023 14:57:18 +0000 (16:57 +0200)
The trace.h file is listed twice in the Makefile. This incidentally
caused an error where the build refused to replace an earlier placed
trace.h file.

lib/dns/Makefile.am

index b6814bd7ed9a10da801e94fc0c2420ed668f3630..27a5f14ddbb7fcf8ec70fa46789d0ba1aa23091b 100644 (file)
@@ -125,10 +125,9 @@ libdns_la_HEADERS =                        \
        include/dns/ssu.h               \
        include/dns/stats.h             \
        include/dns/time.h              \
-       include/dns/trace.h             \
-       include/dns/transport.h         \
        include/dns/tkey.h              \
        include/dns/trace.h             \
+       include/dns/transport.h         \
        include/dns/tsig.h              \
        include/dns/ttl.h               \
        include/dns/types.h             \