You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
818 B

  1. --- a/pdns/Makefile.am
  2. +++ b/pdns/Makefile.am
  3. @@ -71,7 +71,6 @@ CLEANFILES = \
  4. backends/gsql/gsqlbackend.gcno \
  5. backends/gsql/gsqlbackend.gcov \
  6. dnsmessage.pb.cc dnsmessage.pb.h \
  7. - pdns.conf-dist \
  8. apidocfiles.h \
  9. api-swagger.yaml \
  10. api-swagger.json
  11. @@ -99,7 +98,6 @@ apidocfiles.h: api-swagger.yaml api-swag
  12. ./incfiles $^ > $@
  13. noinst_SCRIPTS = pdns.init
  14. -sysconf_DATA = pdns.conf-dist
  15. sbin_PROGRAMS = pdns_server
  16. bin_PROGRAMS = \
  17. @@ -139,7 +137,7 @@ if IXFRDIST
  18. bin_PROGRAMS += \
  19. ixfrdist
  20. -sysconf_DATA += \
  21. +sysconf_DATA = \
  22. ixfrdist.example.yml
  23. endif
  24. @@ -1278,9 +1276,6 @@ dnspcap2protobuf_LDADD = \
  25. endif
  26. endif
  27. -pdns.conf-dist: pdns_server
  28. - $(AM_V_GEN)./pdns_server --config=default 2>/dev/null > $@
  29. -
  30. testrunner_SOURCES = \
  31. arguments.cc \
  32. auth-caches.cc auth-caches.hh \