From 0eaa08c405c5f0e1943921de2034bb337d978aed Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 17 Feb 2009 08:12:19 +0000 Subject: [PATCH] Add audio_provider_dummy.cpp to the build which is required when _DEBUG is used. Originally committed to SVN as r2739. --- aegisub/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/Makefile.am b/aegisub/Makefile.am index 7ab900635..e3afa1cc5 100644 --- a/aegisub/Makefile.am +++ b/aegisub/Makefile.am @@ -267,6 +267,7 @@ aegisub_2_1_SOURCES = \ dialog_version_check.cpp \ dialog_video_details.cpp \ drop.cpp \ + audio_provider_dummy.cpp \ export_clean_info.cpp \ export_fixstyle.cpp \ export_framerate.cpp \