From a72fb6accfab86ced6680151db4d8bf5c682c216 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Oct 2012 18:47:05 -0400 Subject: [PATCH] fix sysctl.conf inclusion in dist tarballs If you configure w/out --enable-examples, then `make dist` doesn't include sysctl.conf. Configure flags should not affect the tarball produced by `make dist`, so explicitly list the conf in EXTRA_DIST. Signed-off-by: Mike Frysinger --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 39cc885c..9e900ac0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ EXTRA_DIST = \ misc/git-version-gen \ Documentation/CodingStyle \ Documentation/TODO \ - $(sysconf_DATA) + sysctl.conf if BUILD_KILL bin_PROGRAMS = kill