Should really use $(srcdir) here


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@97 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/Makefile.am b/Makefile.am
index 55c8352..21233f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,12 +94,12 @@
 	./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*