summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLeandro Nini <drfiemost@users.noreply.github.com>2023-03-06 20:03:36 +0100
committerLeandro Nini <drfiemost@users.noreply.github.com>2023-03-06 20:03:36 +0100
commit934e5d499a7fd765cba07b12a47199e1997e581f (patch)
treee45c82701b2ccbcef777a75a16595f810a2f4ab0 /src
parent9d40652b8aa26099e0cf87800b5a81909eb15b0a (diff)
downloadcracklib-934e5d499a7fd765cba07b12a47199e1997e581f.tar.gz
Avoid using automake internal var DIST_TARGETS
fixes distcheck target
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 97c82dd..e24c6a0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ EXTRA_DIST = \
README-LICENSE \
test-data
-DIST_TARGETS=dist-gzip dist-bzip2 dist-zip
+AUTOMAKE_OPTIONS=dist-bzip2 dist-zip
all-local:
@echo