aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-01-26 10:32:49 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-01-26 10:32:49 -0500
commited4a24ce7aee0edfe065725f16f76c09ff09168c (patch)
treebce38e8b9001a4e75a4f90aba34c19bdfb3bb8da /Makefile.in
parentremove duplicated tests from make test-profiles (diff)
downloadfirejail-ed4a24ce7aee0edfe065725f16f76c09ff09168c.tar.gz
firejail-ed4a24ce7aee0edfe065725f16f76c09ff09168c.tar.zst
firejail-ed4a24ce7aee0edfe065725f16f76c09ff09168c.zip
porting make deb-apparmor from LTS build
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cbcf252df..4e87d4ae0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -190,7 +190,7 @@ uninstall:
190 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon 190 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon
191 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 191 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
192 192
193DISTFILES = "src etc platform contrib configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES" 193DISTFILES = "src etc platform contrib configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES"
194DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot" 194DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot"
195 195
196dist: 196dist:
@@ -211,6 +211,9 @@ asc:; ./mkasc.sh $(VERSION)
211deb: dist 211deb: dist
212 ./mkdeb.sh $(NAME) $(VERSION) 212 ./mkdeb.sh $(NAME) $(VERSION)
213 213
214deb-apparmor: dist
215 ./mkdeb-apparmor.sh $(NAME) $(VERSION)
216
214snap: all 217snap: all
215 cd platform/snap; ./snap.sh 218 cd platform/snap; ./snap.sh
216 219