aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.in b/Makefile.in
index 91880e72b..781bb237f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -204,21 +204,21 @@ uninstall:
204 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)$(sysconfdir)/firejail', see #2038." 204 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)$(sysconfdir)/firejail', see #2038."
205 205
206DISTFILES = \ 206DISTFILES = \
207src \ 207COPYING \
208etc \ 208Makefile.in \
209m4 \ 209README \
210platform \ 210RELNOTES \
211contrib \
212configure \ 211configure \
213configure.ac \ 212configure.ac \
214Makefile.in \ 213contrib \
214etc \
215install.sh \ 215install.sh \
216mkman.sh \ 216m4 \
217mketc.sh \
218mkdeb.sh.in \ 217mkdeb.sh.in \
219COPYING \ 218mketc.sh \
220README \ 219mkman.sh \
221RELNOTES 220platform \
221src
222 222
223DISTFILES_TEST = test/Makefile.in test/apps test/apps-x11 test/apps-x11-xorg test/root test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils test/chroot 223DISTFILES_TEST = test/Makefile.in test/apps test/apps-x11 test/apps-x11-xorg test/root test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils test/chroot
224 224