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
826 B

  1. --- a/pdns/Makefile.am
  2. +++ b/pdns/Makefile.am
  3. @@ -72,7 +72,6 @@ CLEANFILES = \
  4. backends/gsql/gsqlbackend.gcda \
  5. backends/gsql/gsqlbackend.gcno \
  6. backends/gsql/gsqlbackend.gcov \
  7. - pdns.conf-dist \
  8. apidocfiles.h
  9. if !HAVE_API_SWAGGER_JSON
  10. @@ -106,7 +105,6 @@ apidocfiles.h: api-swagger.yaml api-swag
  11. ./incfiles $^ > $@
  12. noinst_SCRIPTS = pdns.init
  13. -sysconf_DATA = pdns.conf-dist
  14. sbin_PROGRAMS = pdns_server
  15. bin_PROGRAMS = \
  16. @@ -147,7 +145,7 @@ if IXFRDIST
  17. bin_PROGRAMS += \
  18. ixfrdist
  19. -sysconf_DATA += \
  20. +sysconf_DATA = \
  21. ixfrdist.example.yml
  22. endif
  23. @@ -1313,9 +1311,6 @@ dnspcap2protobuf_LDADD = \
  24. $(BOOST_PROGRAM_OPTIONS_LIBS) \
  25. $(RT_LIBS)
  26. -pdns.conf-dist: pdns_server
  27. - $(AM_V_GEN)./pdns_server --config=default > $@
  28. -
  29. testrunner_SOURCES = \
  30. arguments.cc \
  31. auth-caches.cc auth-caches.hh \