Skip to content

Commit e623739

Browse files
committed
dnsdist: Prevent generating release tarballs via autotools
Using the hook found by Otto, thanks! Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
1 parent 4cb0337 commit e623739

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pdns/dnsdistdist/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,3 +785,7 @@ endif
785785
if !HAVE_LUA_HPP
786786
include lua_hpp.mk
787787
endif
788+
789+
dist-hook:
790+
@echo "\`make dist' is no longer supported, use \`meson dist'" >&2
791+
@false

0 commit comments

Comments
 (0)