From b0eb1dfe7cc476b732c16b603563e2a25fff68b4 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 8 Dec 2010 14:31:24 +0000 Subject: [PATCH] Add missing source files to Makefile. Originally committed to SVN as r4918. --- aegisub/src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aegisub/src/Makefile b/aegisub/src/Makefile index 463ea72ca..be861c50c 100644 --- a/aegisub/src/Makefile +++ b/aegisub/src/Makefile @@ -127,6 +127,8 @@ SRC += \ ass_style_storage.cpp \ ass_time.cpp \ audio_box.cpp \ + audio_controller.cpp \ + audio_colorscheme.cpp \ audio_display.cpp \ audio_karaoke.cpp \ audio_player.cpp \ @@ -138,6 +140,8 @@ SRC += \ audio_provider_ram.cpp \ audio_renderer.cpp \ audio_renderer_spectrum.cpp \ + audio_renderer_waveform.cpp \ + audio_timing_dialogue.cpp \ auto4_base.cpp \ avisynth_wrap.cpp \ base_grid.cpp \