merge: fix Evil standard headers installation

SVN revision: 79194
This commit is contained in:
Vincent Torri 2012-11-13 00:00:10 +00:00
parent 0fa753cd7d
commit 6b72567dcd
1 changed files with 6 additions and 6 deletions

View File

@ -19,20 +19,20 @@ lib/evil/evil_stdio.h \
lib/evil/evil_string.h \
lib/evil/evil_time.h \
lib/evil/evil_unistd.h \
lib/evil/evil_util.h
evilstdheadersdir = $(includedir)/evil-@VMAJ@
nobase_dist_evilstdheaders_DATA = \
lib/evil/evil_util.h \
lib/evil/pwd.h \
lib/evil/sys/mman.h \
lib/evil/fnmatch.h \
lib/evil/dirent.h \
lib/evil/dlfcn.h
if HAVE_WINCE
nobase_dist_evilstdheaders_DATA += lib/evil/mingw32ce/errno.h
dist_install_evilheaders_DATA += lib/evil/mingw32ce/errno.h
endif
evilmmanheadersdir = $(includedir)/evil-@VMAJ@/sys
nobase_dist_evilmmanheaders_DATA = \
lib/evil/sys/mman.h
# gdtoa
lib_evil_libevil_la_SOURCES = \
lib/evil/gdtoa/arithchk.c \