From 43d4aac43ffa9f276c3a3288926197b6b8c1572f Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 18 Apr 2012 10:26:20 +0200 Subject: [PATCH] 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 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \