diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-11 15:49:09 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-11 15:49:09 -0400 |
commit | de5b8bce37f2ddb87fca7ae6b844eec7fbbbc7e9 (patch) | |
tree | 9d1d49b0b786518457a8cb6b226463955b9110fc /test/pdiff/Makefile.am | |
parent | 66f0d56a8a2c8dd3b4678d495d5652bfdfd690ea (diff) |
Makefile.am cleanup
Use a common build/Makefile.am.common file.
Diffstat (limited to 'test/pdiff/Makefile.am')
-rw-r--r-- | test/pdiff/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/test/pdiff/Makefile.am b/test/pdiff/Makefile.am index cc793284..73098da7 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} |