diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-10 12:41:32 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-10 12:41:32 -0400 |
commit | 43a42d0a195422260dbef0961e1cff34b1a36010 (patch) | |
tree | d525202790eaafad21648e8dc64674d503432ae9 /test/pdiff | |
parent | 95214e80a55d362ece30d8f2cd513b2771aeaa3e (diff) |
[test/pdiff/Makefile.am] Another automake warning fix
Diffstat (limited to 'test/pdiff')
-rw-r--r-- | test/pdiff/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pdiff/Makefile.am b/test/pdiff/Makefile.am index 6abae51a..b900463d 100644 --- a/test/pdiff/Makefile.am +++ b/test/pdiff/Makefile.am @@ -13,7 +13,7 @@ perceptualdiff_SOURCES = \ args.h \ perceptualdiff.c -INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS) +AC_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS) LDADD = libpdiff.la $(top_builddir)/src/libcairo.la # # Delete intermediate files as well |