From b754ae7260ce4d16de2003ffda6417b7e18fa6da Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 15 Feb 2010 11:10:08 +0000 Subject: [PATCH] Should really use $(srcdir) here --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 55c8352e..21233f69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,12 +94,12 @@ test: testclean cjpeg djpeg jpegtran ./djpeg -dct int -ppm -outfile testoutp.ppm $(srcdir)/testprog.jpg ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg $(srcdir)/testimg.ppm ./jpegtran -outfile testoutt.jpg $(srcdir)/testprog.jpg - cmp $(top_srcdir)/testimg.ppm testout.ppm - cmp $(top_srcdir)/testimg.bmp testout.bmp - cmp $(top_srcdir)/testimg.jpg testout.jpg - cmp $(top_srcdir)/testimg.ppm testoutp.ppm - cmp $(top_srcdir)/testimgp.jpg testoutp.jpg - cmp $(top_srcdir)/testorig.jpg testoutt.jpg + cmp $(srcdir)/testimg.ppm testout.ppm + cmp $(srcdir)/testimg.bmp testout.bmp + cmp $(srcdir)/testimg.jpg testout.jpg + cmp $(srcdir)/testimg.ppm testoutp.ppm + cmp $(srcdir)/testimgp.jpg testoutp.jpg + cmp $(srcdir)/testorig.jpg testoutt.jpg testclean: $(RM) testout*