Skip to content

Commit

Permalink
Hook up Makefiles for perceptualdiff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Worth committed Nov 30, 2006
1 parent 6e06b68 commit c863315
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ pixman/Makefile
pixman/src/Makefile
src/Makefile
test/Makefile
test/pdiff/Makefile
perf/Makefile
doc/Makefile
doc/public/Makefile
Expand Down
14 changes: 14 additions & 0 deletions test/pdiff/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
EXTRA_PROGRAMS = perceptualdiff

perceptualdiff_SOURCES = \
CompareArgs.cpp \
CompareArgs.h \
LPyramid.cpp \
LPyramid.h \
Metric.cpp \
Metric.h \
PerceptualDiff.cpp \
RGBAImage.cpp \
RGBAImage.h

LDADD = $(top_builddir)/src/libcairo.la

0 comments on commit c863315

Please sign in to comment.