summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2023-03-15 09:52:58 -0500
committerGitHub <noreply@github.com>2023-03-15 09:52:58 -0500
commite505c3b2a1df4fdfc5f4a31aaf947cde8c059a60 (patch)
tree803593f8e3d347c39ec65068af0ce58a9470043c /src
parenteac1719c3335c8970bdaa40e2056799f12091ab1 (diff)
parent934e5d499a7fd765cba07b12a47199e1997e581f (diff)
downloadcracklib-e505c3b2a1df4fdfc5f4a31aaf947cde8c059a60.tar.gz
Merge pull request #54 from drfiemost/fix_distcheck
Avoid using automake internal var DIST_TARGETS
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