From 6b72567dcd542670f5a9504e32517998b89227a3 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 13 Nov 2012 00:00:10 +0000 Subject: [PATCH] merge: fix Evil standard headers installation SVN revision: 79194 --- src/Makefile_Evil.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Makefile_Evil.am b/src/Makefile_Evil.am index 4eb8b56616..d4bac9cd3a 100644 --- a/src/Makefile_Evil.am +++ b/src/Makefile_Evil.am @@ -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 \