do not install dirent.h when we are using mingw
authorVincent Torri <vincent.torri@gmail.com>
Sun, 25 Oct 2009 06:46:49 +0000 (06:46 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Sun, 25 Oct 2009 06:46:49 +0000 (06:46 +0000)
SVN revision: 43251

legacy/evil/src/lib/Makefile.am

index 3fa0bbf..75ea3ff 100644 (file)
@@ -20,13 +20,13 @@ nobase_include_HEADERS = pwd.h sys/mman.h
 
 if EVIL_HAVE_MINGW32CE
 
-nobase_include_HEADERS += errno.h
+nobase_include_HEADERS += errno.h dirent.h
 
 endif
 
 if ! EVIL_HAVE_CEGCC
 
-nobase_include_HEADERS += fnmatch.h dirent.h
+nobase_include_HEADERS += fnmatch.h
 
 endif