Merge pull request #663 from thomasjfox/make-dist-mkuid

Include mkuid.sh in "make dist"
This commit is contained in:
netblue30 2016-07-31 07:49:38 -04:00 committed by GitHub
commit 44d38a6aaf
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -18,4 +18,4 @@ src/firecfg/firecfg
src/ftee/ftee
src/tags
src/faudit/faudit
uids.h

View file

@ -285,7 +285,7 @@ uninstall:
rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon
rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES"
DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES"
DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/dist-compile test/filters test/network test/fs test/sysutils"
dist: