X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=pdns%2Fdnsdistdist%2FMakefile.am;h=b0ca67ad4245007a82776c7e56936db21831415e;hb=a161449f908f20082f1130e9b867eda71c6fed08;hp=4a48a7af22a969063385bfec72f2b6d1b202f3eb;hpb=bde73d5b9b3a22b5dbecd314c62ebdb73541ea8c;p=thirdparty%2Fpdns.git diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 4a48a7af22..b0ca67ad42 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -159,7 +159,7 @@ dnsdist_SOURCES = \ dnsdist-snmp.cc dnsdist-snmp.hh \ dnsdist-systemd.cc dnsdist-systemd.hh \ dnsdist-tcp.cc \ - dnsdist-web.cc \ + dnsdist-web.cc dnsdist-web.hh \ dnsdist-xpf.cc dnsdist-xpf.hh \ dnslabeltext.cc \ dnsname.cc dnsname.hh \ @@ -194,6 +194,7 @@ dnsdist_SOURCES = \ tcpiohandler.cc tcpiohandler.hh \ threadname.hh threadname.cc \ uuid-utils.hh uuid-utils.cc \ + views.hh \ xpf.cc xpf.hh \ ext/luawrapper/include/LuaContext.hpp \ ext/json11/json11.cpp \ @@ -217,6 +218,7 @@ testrunner_SOURCES = \ test-dnsparser_cc.cc \ test-iputils_hh.cc \ test-mplexer.cc \ + test-proxy_protocol_cc.cc \ cachecleaner.hh \ circular_buffer.hh \ dnsdist.hh \ @@ -245,6 +247,7 @@ testrunner_SOURCES = \ namespaces.hh \ pdnsexception.hh \ pollmplexer.cc \ + proxy-protocol.cc proxy-protocol.hh \ qtype.cc qtype.hh \ sholder.hh \ sodcrypto.cc \ @@ -465,7 +468,9 @@ if !HAVE_SYSTEMD_SYSTEM_CALL_FILTER endif dnsdist@.service: dnsdist.service - $(AM_V_GEN)sed -e 's!/dnsdist !&--config $(sysconfdir)/dnsdist-%i.conf !' < $< >$@ + $(AM_V_GEN)sed -e 's!/dnsdist !&--config $(sysconfdir)/dnsdist-%i.conf !' \ + -e 's!RuntimeDirectory=.*!&-%i!' \ + < $< >$@ systemdsystemunitdir = $(SYSTEMD_DIR)