summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2013-09-11 09:11:13 -0500
committerCraig Small <csmall@enc.com.au>2013-09-12 06:52:42 +1000
commite2242cb943c620599913db3a68ccba06fa07ac36 (patch)
treefaf96c856694d24ae62919d37cef85b2d40ae3d2
parent71305c095a4129c5e8244e6966a5177c5f7b415e (diff)
downloadprocps-ng-e2242cb943c620599913db3a68ccba06fa07ac36.tar.gz
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 dd6f24dbed12e95235b3df49e550b5039e74e6d8 Signed-off-by: Jim Warner <james.warner@comcast.net>
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index c511513..fee45ca 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -2,6 +2,7 @@ dist_noinst_HEADERS = \
c.h \
fileutils.h \
nls.h \
+ nsutils.h \
rpmatch.h \
strutils.h \
xalloc.h