summaryrefslogtreecommitdiff
path: root/test/pdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-11 15:49:09 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-11 15:49:09 -0400
commitde5b8bce37f2ddb87fca7ae6b844eec7fbbbc7e9 (patch)
tree9d1d49b0b786518457a8cb6b226463955b9110fc /test/pdiff
parent66f0d56a8a2c8dd3b4678d495d5652bfdfd690ea (diff)
downloadcairo-de5b8bce37f2ddb87fca7ae6b844eec7fbbbc7e9.tar.gz
Makefile.am cleanup
Use a common build/Makefile.am.common file.
Diffstat (limited to 'test/pdiff')
-rw-r--r--test/pdiff/Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/test/pdiff/Makefile.am b/test/pdiff/Makefile.am
index cc793284f..73098da78 100644
--- a/test/pdiff/Makefile.am
+++ b/test/pdiff/Makefile.am
@@ -1,5 +1,7 @@
-EXTRA_PROGRAMS = perceptualdiff
-EXTRA_DIST = gpl.txt
+include $(top_srcdir)/build/Makefile.am.common
+
+EXTRA_PROGRAMS += perceptualdiff
+EXTRA_DIST += gpl.txt
noinst_LTLIBRARIES = libpdiff.la
libpdiff_la_SOURCES = \
@@ -15,7 +17,3 @@ perceptualdiff_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS)
LDADD = libpdiff.la $(top_builddir)/src/libcairo.la
-#
-# Delete intermediate files as well
-clean-local:
- -${FIND} . -name '*.[is]' -print | ${XARGS} ${RM}