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-11 19:59:01 +0300
commit7fed6197efcfecc6bd39f209e0de00c412097d1d (patch)
tree6bca1448a4109798433f7618adf8eb45a750ad0a
parent2a6e12df0a6daad604ac1cfadc9f5b9982b35663 (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 =