build-sys: fix the fatal 'make dist' error for nsutils

While a 'make dist' appeared to work fine without this
patch, the nsutils.h file was missing from the include
subdirectory. Thus the tarball could not support make.

Reference(s):
http://gitorious.org/procps/procps/merge_requests/13
commit dd6f24dbed

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2013-09-11 09:11:13 -05:00 committed by Craig Small
parent 71305c095a
commit e2242cb943

View File

@ -2,6 +2,7 @@ dist_noinst_HEADERS = \
c.h \
fileutils.h \
nls.h \
nsutils.h \
rpmatch.h \
strutils.h \
xalloc.h