aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--dummy.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index bc0d13499..5a394c4e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -193,7 +193,7 @@ uninstall:
193 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 193 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
194 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038." 194 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038."
195 195
196DISTFILES = "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" 196DISTFILES = "src etc platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES"
197DISTFILES_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" 197DISTFILES_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"
198 198
199dist: 199dist:
diff --git a/dummy.c b/dummy.c
deleted file mode 100644
index 061ed7eef..000000000
--- a/dummy.c
+++ /dev/null
@@ -1,3 +0,0 @@
1int main(void) {
2 return 0;
3}