From e8409a44cd98ebff16ae1d1ec3c12275090da7eb Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Wed, 25 Apr 2007 02:13:54 +0000 Subject: [PATCH] Forgot to reference additional Makefiles to be configured in configure.ac. Originally committed to SVN as r1136. --- configure.ac | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 79f7acff2..4114c712a 100644 --- a/configure.ac +++ b/configure.ac @@ -212,11 +212,21 @@ AM_CONDITIONAL([HAVE_FFMPEG], [test "$with_ffmpeg" != "no"]) AC_OUTPUT([ 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 locale/Makefile aegisub/Makefile - aegisub/posix/Makefile aegisub/bitmaps/Makefile + aegisub/gl/Makefile + aegisub/macosx/Makefile + aegisub/posix/Makefile + aegisub/win32/Makefile ]) if test -z "$found_audio"; then