From 716e6f5c9a2fcbd549191a00962abb59cf15ca20 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 27 Sep 2011 14:59:57 +0200 Subject: [PATCH] build-sys: add path.h to Makefile.am Signed-off-by: Karel Zak --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index 75e01efacb..64a620f8a0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -22,6 +22,7 @@ dist_noinst_HEADERS = \ md5.h \ minix.h \ nls.h \ + path.h \ pathnames.h \ procutils.h \ setproctitle.h \ -- 2.47.3