From: Mike Frysinger Date: Mon, 29 Oct 2012 22:47:05 +0000 (-0400) Subject: fix sysctl.conf inclusion in dist tarballs X-Git-Tag: v3.3.6~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a72fb6accfab86ced6680151db4d8bf5c682c216;p=procps-ng 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 --- 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