[test] Typo in Makefile.am

s/AC_CPPFLAGS/AM_CPPFLAGS/g
This commit is contained in:
Chris Wilson 2008-09-10 18:23:31 +01:00
parent bf62798b12
commit 84a7a9955c
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ perceptualdiff_SOURCES = \
args.h \
perceptualdiff.c
AC_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS)
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

View file

@ -17,7 +17,7 @@
#ifndef _PDIFF_H
#define _PDIFF_H
#include <cairo.h>
#include "cairo.h"
typedef int bool;
#ifndef true