made 'make install' install ruby module, too
[swftools.git] / configure.in
index 165d7e1..7fda6b9 100644 (file)
@@ -394,7 +394,7 @@ if test "x$RUBY_OK" '!=' "xyes";then
     # fail silently- the most users won't have any need for the
     # ruby interface anyway
 else
     # fail silently- the most users won't have any need for the
     # ruby interface anyway
 else
-    rubygfx="lib/python/Makefile"
+    rubygfx="lib/ruby/Makefile"
 fi
 
 # ------------------------------------------------------------------
 fi
 
 # ------------------------------------------------------------------
@@ -583,7 +583,7 @@ AH_BOTTOM([
 
 if test -f "release.in"; then release_in="./release"; fi
 if test -f "Makefile.new.in"; then mk_in="./Makefile.new"; fi
 
 if test -f "release.in"; then release_in="./release"; fi
 if test -f "Makefile.new.in"; then mk_in="./Makefile.new"; fi
-FILES="$release_in $mk_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythongfx} ${lame_makefile} lib/readers/Makefile"
+FILES="$release_in $mk_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythongfx} ${rubygfx} ${lame_makefile} lib/readers/Makefile"
 AC_OUTPUT(${FILES})
 
 dnl new autoconf
 AC_OUTPUT(${FILES})
 
 dnl new autoconf