X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=b54148cb212d1206fe74ee97049452986b32c1b0;hb=b8c209af4894200c05bd897c624a4507fde8c066;hp=9e68e23366796227d40c344e4af6daf0d653a656;hpb=29720561a6450b955045d9b4ea062ad9dae72bd6;p=swftools.git diff --git a/configure.in b/configure.in index 9e68e23..b54148c 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) PACKAGE=swftools -VERSION=0.3.0 +VERSION=0.3.1 CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" export PACKAGE VERSION CFLAGS CXXFLAGS @@ -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