From: kramm Date: Wed, 22 May 2002 18:04:02 +0000 (+0000) Subject: systems without t1lib/jpeglib were not able to compile swftools. Fixed. X-Git-Tag: release-0-3-1~4 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=69b837b5b6ee978e517fabcdbc2d33ce522fa96c systems without t1lib/jpeglib were not able to compile swftools. Fixed. --- diff --git a/configure.in b/configure.in index 9e68e23..d4ea59a 100644 --- a/configure.in +++ b/configure.in @@ -131,7 +131,7 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then export JPEG2SWF fi echo "***************************************************" - FILES="./release ${avi2swf} Makefile lib/Makefile src/Makefile swfs/Makefile" + FILES="./release ${avi2swf} Makefile lib/lame/Makefile lib/Makefile src/Makefile swfs/Makefile" else FILES="./release ${avi2swf} Makefile lib/lame/Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/fonts/Makefile swfs/Makefile" fi