]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add missing views.hh reference in the Makefiles
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Mar 2024 09:24:53 +0000 (10:24 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Mar 2024 09:24:53 +0000 (10:24 +0100)
pdns/Makefile.am
pdns/dnsdistdist/Makefile.am
pdns/recursordist/Makefile.am

index 263bf3cd01867378de6ee64ece90125da43f8ff0..bee1d58ef06d9ef2bf07f4dd03bf6c1ab84a515a 100644 (file)
@@ -287,6 +287,7 @@ pdns_server_SOURCES = \
        utility.hh \
        uuid-utils.hh uuid-utils.cc \
        version.cc version.hh \
+       views.hh \
        webserver.cc webserver.hh \
        ws-api.cc ws-api.hh \
        ws-auth.cc ws-auth.hh \
index 68ab167dcfbd9ba951713ec59e982191c8eb3c43..faaeefd379666d6bbb0a9e2e709761eb31e20f54 100644 (file)
@@ -256,6 +256,7 @@ dnsdist_SOURCES = \
        tcpiohandler.cc tcpiohandler.hh \
        threadname.hh threadname.cc \
        uuid-utils.hh uuid-utils.cc \
+       views.hh \
        xpf.cc xpf.hh \
        xsk.cc xsk.hh
 
index 2819adac31c780275586b445e09754b7f7648a8d..9bb70569495e2411ad1b7274a6c5e12fda28abbe 100644 (file)
@@ -218,6 +218,7 @@ pdns_recursor_SOURCES = \
        uuid-utils.hh uuid-utils.cc \
        validate.cc validate.hh validate-recursor.cc validate-recursor.hh \
        version.cc version.hh \
+       views.hh \
        webserver.cc webserver.hh \
        ws-api.cc ws-api.hh \
        ws-recursor.cc ws-recursor.hh \