aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 34a228a76..0d5979c8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,4 +18,4 @@ src/firecfg/firecfg
18src/ftee/ftee 18src/ftee/ftee
19src/tags 19src/tags
20src/faudit/faudit 20src/faudit/faudit
21 21uids.h
diff --git a/Makefile.in b/Makefile.in
index 44833021e..04e93eec2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -285,7 +285,7 @@ uninstall:
285 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon 285 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon
286 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 286 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
287 287
288DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES" 288DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES"
289DISTFILES_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" 289DISTFILES_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"
290 290
291dist: 291dist: