From b118e9af2b7016b0381770771fc1b669f0a8bc84 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 7 Jul 2006 22:48:10 +0000 Subject: [PATCH] sync automake Originally committed to SVN as r472. --- core/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/Makefile.am b/core/Makefile.am index 267fca399..c5c521136 100644 --- a/core/Makefile.am +++ b/core/Makefile.am @@ -14,6 +14,7 @@ AM_CPPFLAGS = -Iposix -include posix/defines.h $(BUILDINFO) LDADD = posix/libposix.a aegisub_SOURCES = about.cpp \ aegisublocale.cpp \ + ass_attachment.cpp \ ass_dialogue.cpp \ ass_entry.cpp \ ass_export_filter.cpp \ @@ -32,16 +33,20 @@ aegisub_SOURCES = about.cpp \ audio_provider_hd.cpp \ audio_provider_lavc.cpp \ audio_provider_ram.cpp \ + audio_provider_stream.cpp \ + auto4_base.cpp \ automation.cpp \ automation_filter.cpp \ automation_gui.cpp \ avisynth_wrap.cpp \ base_grid.cpp \ colorspace.cpp \ + dialog_attachments.cpp \ dialog_colorpicker.cpp \ dialog_export.cpp \ dialog_hotkeys.cpp \ dialog_jumpto.cpp \ + dialog_options.cpp \ dialog_progress.cpp \ dialog_properties.cpp \ dialog_resample.cpp \