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:
parent
64fa889816
commit
a72fb6accf
@ -50,7 +50,7 @@ EXTRA_DIST = \
|
||||
misc/git-version-gen \
|
||||
Documentation/CodingStyle \
|
||||
Documentation/TODO \
|
||||
$(sysconf_DATA)
|
||||
sysctl.conf
|
||||
|
||||
if BUILD_KILL
|
||||
bin_PROGRAMS = kill
|
||||
|
Loading…
Reference in New Issue
Block a user