Fix typo in Makefile.am preventing video_out_gl.cpp from getting built

Originally committed to SVN as r3750.
This commit is contained in:
Niels Martin Hansen 2009-10-29 13:28:23 +00:00
parent b267327b67
commit d4f77b7135
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ aegisub_2_1_SOURCES = \
video_context.cpp \
video_display.cpp \
video_frame.cpp \
video_out_gl.ccp \
video_out_gl.cpp \
video_provider_cache.cpp \
video_provider_dummy.cpp \
video_provider_manager.cpp \