added lib/art/Makefile
authorkramm <kramm>
Tue, 22 Feb 2005 20:12:52 +0000 (20:12 +0000)
committerkramm <kramm>
Tue, 22 Feb 2005 20:12:52 +0000 (20:12 +0000)
configure.in

index e3cc696..814d832 100644 (file)
@@ -18,7 +18,7 @@ AC_ARG_ENABLE(lame,
 [  --disable-lame          don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true)
 
 PACKAGE=swftools
-VERSION=0.6.3
+VERSION=2004-02-13-2131
 
 
 # ------------------------------------------------------------------
@@ -404,7 +404,7 @@ fi
 # ------------------------------------------------------------------
 
 if test -f "release.in"; then release_in="./release"; fi
-FILES="$release_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile}"
+FILES="$release_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile} lib/art/Makefile"
 
 dnl AC_OUTPUT(${FILES}) old autoconf
 AC_CONFIG_FILES([${FILES}])