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.

34 lines
699 B

  1. --- a/pdns/Makefile.am
  2. +++ b/pdns/Makefile.am
  3. @@ -69,11 +69,9 @@
  4. backends/gsql/gsqlbackend.gcda \
  5. backends/gsql/gsqlbackend.gcno \
  6. backends/gsql/gsqlbackend.gcov \
  7. - dnsmessage.pb.cc dnsmessage.pb.h \
  8. - pdns.conf-dist
  9. + dnsmessage.pb.cc dnsmessage.pb.h
  10. noinst_SCRIPTS = pdns.init
  11. -sysconf_DATA = pdns.conf-dist
  12. sbin_PROGRAMS = pdns_server
  13. bin_PROGRAMS = \
  14. @@ -113,7 +111,7 @@
  15. bin_PROGRAMS += \
  16. ixfrdist
  17. -sysconf_DATA += \
  18. +sysconf_DATA = \
  19. ixfrdist.example.yml
  20. endif
  21. @@ -1256,9 +1254,6 @@
  22. endif
  23. endif
  24. -pdns.conf-dist: pdns_server
  25. - $(AM_V_GEN)./pdns_server --no-config --config 2>/dev/null > $@
  26. -
  27. testrunner_SOURCES = \
  28. arguments.cc \
  29. auth-caches.cc auth-caches.hh \