Skip to content

Commit

Permalink
Add missing files to dist package (fixes #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Mar 6, 2023
1 parent 9d40652 commit f795a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist_pkgdata_DATA = cracklib.magic

man_MANS = \
dist_man_MANS = \
cracklib-check.8 \
cracklib-format.8 \
cracklib-update.8 \
Expand Down
2 changes: 2 additions & 0 deletions src/util/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ testnum_LDADD = $(LDADD)
teststr_SOURCES = teststr.c
teststr_LDADD = $(LDADD)

EXTRA_DIST = $(sbin_SCRIPTS) $(sbin_PROGRAMS)

0 comments on commit f795a7d

Please sign in to comment.