Forgot to reference additional Makefiles to be configured in configure.ac.
Originally committed to SVN as r1136.
This commit is contained in:
parent
dcfb3fc2ed
commit
e8409a44cd
1 changed files with 11 additions and 1 deletions
12
configure.ac
12
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
|
||||
|
|
Loading…
Reference in a new issue