diff options
author | Carl Worth <cworth@cworth.org> | 2006-11-21 14:19:35 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-11-29 22:55:37 -0800 |
commit | c863315285911d38b64b8429e279c5e55d0089b8 (patch) | |
tree | 677ce16cc434962fbdd565eaadf54b15ca471f8b /test/pdiff | |
parent | 6e06b68452ec68b7ab227c54284f28a605512ce4 (diff) |
Hook up Makefiles for perceptualdiff.
Diffstat (limited to 'test/pdiff')
-rw-r--r-- | test/pdiff/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/pdiff/Makefile.am b/test/pdiff/Makefile.am new file mode 100644 index 00000000..36bebd00 --- /dev/null +++ b/test/pdiff/Makefile.am @@ -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 |