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 <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2012-10-29 18:47:05 -04:00 committed by Craig Small
parent 64fa889816
commit a72fb6accf

View File

@ -50,7 +50,7 @@ EXTRA_DIST = \
misc/git-version-gen \
Documentation/CodingStyle \
Documentation/TODO \
$(sysconf_DATA)
sysctl.conf
if BUILD_KILL
bin_PROGRAMS = kill