From: DRC Date: Tue, 24 May 2011 17:07:51 +0000 (+0000) Subject: Fix 'make dist' X-Git-Tag: 1.1.90~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18821f89a79d44460f900199f5d1678f83400497;p=libjpeg-turbo 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 @@ libjpeg_la_SOURCES += jsimd_none.c 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