summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2010-07-11 19:59:01 +0300
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2010-07-21 23:52:23 +0300
commit5537e51cd0ffda53cc392a4bafe05070954fc36d (patch)
tree6dd266dc65b2220c556af76bb6c309940511a21b
parent1d9c6fa62385c42d67926982704c398d8b495d47 (diff)
Avoid trailing slashes on automake install dirs.
The install-sh on a Solaris box couldn't copy with trailing slashes.
-rw-r--r--pixman/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 =