Fix header installs when using DESTDIR.

This commit is contained in:
green
2008-02-03 13:59:48 +00:00
parent fadab28eb6
commit 27e52f33ba
3 changed files with 8 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
DISTCLEANFILES = ffitarget.h
EXTRA_DIST = ffi.h.in ffi_common.h
includesdir = $(DESTDIR)$(includedir)
includesdir = $(includedir)
includes_HEADERS = ffi.h ffitarget.h
all: all-am