Fix 'make dist'


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@637 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/Makefile.am b/Makefile.am
index a5e58f0..7d2ddd6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,19 +72,17 @@
 
 endif
 
-TSTHDRS = rrutil.h rrtimer.h
-
 bin_PROGRAMS = cjpeg djpeg jpegtran rdjpgcom wrjpgcom jpgtest
 noinst_PROGRAMS = jpegut
 
-jpgtest_SOURCES = $(TSTHDRS) jpgtest.c bmp.h bmp.c tjutil.h tjutil.c \
-	rdbmp.c rdppm.c wrbmp.c wrppm.c
+jpgtest_SOURCES = jpgtest.c bmp.h bmp.c tjutil.h tjutil.c rdbmp.c rdppm.c \
+	wrbmp.c wrppm.c
 
 jpgtest_LDADD = libturbojpeg.la libjpeg.la -lm
 
 jpgtest_CFLAGS = -DBMP_SUPPORTED -DPPM_SUPPORTED
 
-jpegut_SOURCES = $(TSTHDRS) jpegut.c tjutil.h tjutil.c
+jpegut_SOURCES = jpegut.c tjutil.h tjutil.c
 
 jpegut_LDADD = libturbojpeg.la