From 84512c288ab8b779969c06abe2d27c1b52a26e5b Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 4 Jan 2011 17:39:22 +0000 Subject: [PATCH] dirent.h should be installed once only SVN revision: 55851 --- legacy/evil/src/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evil/src/lib/Makefile.am b/legacy/evil/src/lib/Makefile.am index 351ac3692a..bca6a65032 100644 --- a/legacy/evil/src/lib/Makefile.am +++ b/legacy/evil/src/lib/Makefile.am @@ -22,7 +22,7 @@ nobase_include_HEADERS = pwd.h sys/mman.h fnmatch.h dirent.h if EVIL_HAVE_WINCE -nobase_include_HEADERS += errno.h dirent.h +nobase_include_HEADERS += errno.h endif