]> 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>
Tue, 19 Mar 2024 09:05:24 +0000 (10:05 +0100)
(cherry picked from commit d4cd065a24fea7fd0270a2eb102f40a06309703a)

pdns/Makefile.am
pdns/dnsdistdist/Makefile.am
pdns/recursordist/Makefile.am

index 7c8a7c5dc4612bf8b06cf91b919143d7a25c6de6..8b75895cb25da87a1fd7134ae3b8bd2fd1f4144e 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 \