e2242cb943
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>
9 lines
105 B
Makefile
9 lines
105 B
Makefile
dist_noinst_HEADERS = \
|
|
c.h \
|
|
fileutils.h \
|
|
nls.h \
|
|
nsutils.h \
|
|
rpmatch.h \
|
|
strutils.h \
|
|
xalloc.h
|