build-sys: allow packagers to choose what is installed

Distribution maintainers may not want to use upstream example files
in their procps-ng package.

Reference: http://permalink.gmane.org/gmane.linux.arch.devel/17440
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola
2012-04-29 17:22:29 +02:00
committed by Craig Small
parent 04ca0b1cbf
commit 2dbb7a6743
2 changed files with 8 additions and 0 deletions

View File

@@ -84,7 +84,9 @@ uptime_SOURCES = uptime.c $(top_srcdir)/lib/fileutils.c
vmstat_SOURCES = vmstat.c $(top_srcdir)/lib/strutils.c $(top_srcdir)/lib/fileutils.c
w_SOURCES = w.c $(top_srcdir)/lib/fileutils.c
if EXAMPLE_FILES
sysconf_DATA = sysctl.conf
endif
EXTRA_DIST = \
autogen.sh \