Avoid trailing slashes on automake install dirs.
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>
Sun, 11 Jul 2010 16:59:01 +0000 (19:59 +0300)
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>
Wed, 21 Jul 2010 20:52:23 +0000 (23:52 +0300)
The install-sh on a Solaris box couldn't copy with
trailing slashes.

pixman/Makefile.am

index 7538219..a9de19f 100644 (file)
@@ -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 =