summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLeandro Nini <drfiemost@users.noreply.github.com>2023-03-06 20:02:25 +0100
committerLeandro Nini <drfiemost@users.noreply.github.com>2023-03-06 20:02:25 +0100
commitf795a7d04a04253a3cb9faa30b57d8eba713b0cc (patch)
treea287d5c1e015df909d0c76bf03d1084d11a4a7e6 /src
parent9d40652b8aa26099e0cf87800b5a81909eb15b0a (diff)
downloadcracklib-f795a7d04a04253a3cb9faa30b57d8eba713b0cc.tar.gz
Add missing files to dist package (fixes #52)
Diffstat (limited to 'src')
-rw-r--r--src/doc/Makefile.am2
-rw-r--r--src/util/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/Makefile.am b/src/doc/Makefile.am
index e54cd88..e597b38 100644
--- a/src/doc/Makefile.am
+++ b/src/doc/Makefile.am
@@ -1,6 +1,6 @@
dist_pkgdata_DATA = cracklib.magic
-man_MANS = \
+dist_man_MANS = \
cracklib-check.8 \
cracklib-format.8 \
cracklib-update.8 \
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index e3d1a89..a692ba5 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -27,3 +27,5 @@ testnum_LDADD = $(LDADD)
teststr_SOURCES = teststr.c
teststr_LDADD = $(LDADD)
+EXTRA_DIST = $(sbin_SCRIPTS) $(sbin_PROGRAMS)
+