From 985a3f1e16cb4fabbeea9a78a1d5b82ad44c71af Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 2 Apr 2019 23:54:37 +0200 Subject: [PATCH] always link in uuid-utils because webserver logging needs it now --- pdns/recursordist/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 92c8ae5a2..3a7e39bdc 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -168,6 +168,7 @@ pdns_recursor_SOURCES = \ ueberbackend.hh \ unix_utility.cc \ utility.hh \ + uuid-utils.hh uuid-utils.cc \ validate.cc validate.hh validate-recursor.cc validate-recursor.hh \ version.cc version.hh \ webserver.cc webserver.hh \ @@ -362,10 +363,6 @@ testrunner_LDADD += $(PROTOBUF_LIBS) testrunner$(OBJEXT): dnsmessage.pb.cc endif - -pdns_recursor_SOURCES += \ - uuid-utils.hh uuid-utils.cc - endif rec_control_SOURCES = \ -- 2.49.0