cairo/test/pdiff/Makefile.am
Carl Worth 0d7870b6bf pdiff: Teach pdiff code to accept cairo image surfaces
This is a second small step in enabling cairo's test suite and the
pdiff code to start working together.
2006-12-14 07:57:59 -08:00

15 lines
283 B
Makefile

EXTRA_PROGRAMS = perceptualdiff
perceptualdiff_SOURCES = \
CompareArgs.cpp \
CompareArgs.h \
LPyramid.cpp \
LPyramid.h \
Metric.cpp \
Metric.h \
PerceptualDiff.cpp \
RGBAImage.cpp \
RGBAImage.h
INCLUDES = -I$(top_srcdir)/src
LDADD = $(top_builddir)/src/libcairo.la