From ed4a24ce7aee0edfe065725f16f76c09ff09168c Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 26 Jan 2019 10:32:49 -0500 Subject: porting make deb-apparmor from LTS build --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index cbcf252df..4e87d4ae0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -190,7 +190,7 @@ uninstall: rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg -DISTFILES = "src etc platform contrib configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES" +DISTFILES = "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" DISTFILES_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" dist: @@ -211,6 +211,9 @@ asc:; ./mkasc.sh $(VERSION) deb: dist ./mkdeb.sh $(NAME) $(VERSION) +deb-apparmor: dist + ./mkdeb-apparmor.sh $(NAME) $(VERSION) + snap: all cd platform/snap; ./snap.sh -- cgit v1.2.3-54-g00ecf