cairo/test/pdiff/Makefile.am
Carl Worth 18a4fa448f pdiff: Replace CompareArgs class with args_t struct
This gets rid of nearly the last vestiges of C++ from the pdiff code.
2006-12-14 07:58:01 -08:00

16 lines
303 B
Makefile

EXTRA_PROGRAMS = perceptualdiff
noinst_LTLIBRARIES = libpdiff.la
libpdiff_la_SOURCES = \
pdiff.h \
lpyramid.c \
lpyramid.h \
pdiff.cpp
perceptualdiff_SOURCES = \
args.cpp \
args.h \
PerceptualDiff.cpp
INCLUDES = -I$(top_srcdir)/src
LDADD = libpdiff.la $(top_builddir)/src/libcairo.la