From: Sami Kerola Date: Wed, 18 Apr 2012 08:26:20 +0000 (+0200) Subject: build-sys: add fileutils.h to dist package X-Git-Tag: v3.3.3~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43d4aac43ffa9f276c3a3288926197b6b8c1572f;p=procps-ng build-sys: add fileutils.h to dist package The 'make distcheck' failed with. ../../ps/display.c:39:34: fatal error: ../include/fileutils.h: No such file or directory Signed-off-by: Sami Kerola --- diff --git a/include/Makefile.am b/include/Makefile.am index fb4e5a53..c511513f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,6 @@ dist_noinst_HEADERS = \ c.h \ + fileutils.h \ nls.h \ rpmatch.h \ strutils.h \