summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-30 09:41:34 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-30 09:41:34 +0000
commit0428e986f06209f75419776b630d34e93080d57a (patch)
treec9c9d2568452d95542b1d6461187e7548be116b7 /Build/source/libs/pixman/Makefile.am
parent27c9c2d0e7b7b11e85e6fbffb7ee0e0742d4daef (diff)
build system: Allow subdir-objects as required for Automake 1.14
git-svn-id: svn://tug.org/texlive/trunk@28989 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/pixman/Makefile.am')
-rw-r--r--Build/source/libs/pixman/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/pixman/Makefile.am b/Build/source/libs/pixman/Makefile.am
index 19ab49d3f7d..c47b47d460b 100644
--- a/Build/source/libs/pixman/Makefile.am
+++ b/Build/source/libs/pixman/Makefile.am
@@ -1,6 +1,6 @@
## Proxy Makefile.am to build pixman for TeX Live.
##
-## Copyright (C) 2012 Taco Hoekwater <taco@metatex.org>
+## Copyright (C) 2012, 2013 Taco Hoekwater <taco@metatex.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -24,7 +24,7 @@ PIXMAN_SRC = $(PIXMAN_TREE)/pixman
# in case of an SVN repository
dist-hook:
- rm -rf `find $(distdir) -name .svn`
+ rm -rf `find $(distdir) -name .svn -o -name .deps -o -name .dirstamp -o -name '*.lo' -o -name '*.$(OBJEXT)'`
rm -f $(distdir)/$(PIXMAN_SRC)/pixman-version.h
SUBDIRS = . include