aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-15 11:12:22 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-12 16:08:47 -0300
commite7dadcfa97cfd51f013542ae44020d0ff9c72b75 (patch)
treeb04a01efca858caf17ece38914f3e1c88b1d8336 /Makefile.in
parentMakefile.in: list one file per line on DISTFILES (diff)
downloadfirejail-e7dadcfa97cfd51f013542ae44020d0ff9c72b75.tar.gz
firejail-e7dadcfa97cfd51f013542ae44020d0ff9c72b75.tar.zst
firejail-e7dadcfa97cfd51f013542ae44020d0ff9c72b75.zip
Makefile.in: sort DISTFILES
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