Forgot to reference additional Makefiles to be configured in configure.ac.

Originally committed to SVN as r1136.
This commit is contained in:
Niels Martin Hansen 2007-04-25 02:13:54 +00:00
parent dcfb3fc2ed
commit e8409a44cd
1 changed files with 11 additions and 1 deletions

View File

@ -212,11 +212,21 @@ AM_CONDITIONAL([HAVE_FFMPEG], [test "$with_ffmpeg" != "no"])
AC_OUTPUT([ AC_OUTPUT([
Makefile Makefile
ac/Makefile ac/Makefile
automation/Makefile
automation/auto3/Makefile
automation/autoload/Makefile
automation/demos/Makefile
automation/tests/Makefile
automation/include/Makefile
automation/v4-docs/Makefile
FexTrackerSource/Makefile FexTrackerSource/Makefile
locale/Makefile locale/Makefile
aegisub/Makefile aegisub/Makefile
aegisub/posix/Makefile
aegisub/bitmaps/Makefile aegisub/bitmaps/Makefile
aegisub/gl/Makefile
aegisub/macosx/Makefile
aegisub/posix/Makefile
aegisub/win32/Makefile
]) ])
if test -z "$found_audio"; then if test -z "$found_audio"; then