From: M Joonas Pihlaja Date: Sun, 11 Jul 2010 16:59:01 +0000 (+0300) Subject: Avoid trailing slashes on automake install dirs. X-Git-Tag: pixman-0.19.2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5537e51cd0ffda53cc392a4bafe05070954fc36d;p=platform%2Fupstream%2Fpixman.git Avoid trailing slashes on automake install dirs. The install-sh on a Solaris box couldn't copy with trailing slashes. --- 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 =