From 5537e51cd0ffda53cc392a4bafe05070954fc36d Mon Sep 17 00:00:00 2001 From: M Joonas Pihlaja Date: Sun, 11 Jul 2010 19:59:01 +0300 Subject: [PATCH] Avoid trailing slashes on automake install dirs. The install-sh on a Solaris box couldn't copy with trailing slashes. --- pixman/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/Makefile.am b/pixman/Makefile.am index 7538219..a9de19f 100644 --- a/pixman/Makefile.am +++ b/pixman/Makefile.am @@ -34,7 +34,7 @@ libpixman_1_la_SOURCES = \ pixman-timer.c \ pixman-matrix.c -libpixmanincludedir = $(includedir)/pixman-1/ +libpixmanincludedir = $(includedir)/pixman-1 libpixmaninclude_HEADERS = pixman.h pixman-version.h noinst_LTLIBRARIES = -- 2.7.4