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 dd6f24dbed12e95235b3df49e550b5039e74e6d8 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
|