]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
always link in uuid-utils because webserver logging needs it now 7658/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 2 Apr 2019 21:54:37 +0000 (23:54 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 2 Apr 2019 21:54:37 +0000 (23:54 +0200)
pdns/recursordist/Makefile.am

index 92c8ae5a27ed0b0eb3ae11fd64c662c64771f1e7..3a7e39bdcd92b427bb83727cad2eef7242509563 100644 (file)
@@ -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 = \