do not install dirent.h when we are using mingw

SVN revision: 43251
This commit is contained in:
Vincent Torri 2009-10-25 06:46:49 +00:00
parent 56f784dacd
commit b7521b41a2
1 changed files with 2 additions and 2 deletions

View 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