From 5f1347ac88ffb8684434c53e9019088cfb12504d Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sat, 8 Apr 2006 19:33:43 +0000 Subject: [PATCH] sync linux Makefile to current rev Originally committed to SVN as r310. --- core/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/Makefile.am b/core/Makefile.am index 2d417d05c..a6c838902 100644 --- a/core/Makefile.am +++ b/core/Makefile.am @@ -60,6 +60,7 @@ aegisub_SOURCES = about.cpp \ hilimod_textctrl.cpp \ hotkeys.cpp \ main.cpp \ + md5.c \ mkv_wrap.cpp \ options.cpp \ splash.cpp \ @@ -69,6 +70,7 @@ aegisub_SOURCES = about.cpp \ subs_grid.cpp \ subtitle_format.cpp \ subtitle_format_ass.cpp \ + subtitle_format_prs.cpp \ subtitle_format_srt.cpp \ subtitle_format_txt.cpp \ text_file_reader.cpp \ @@ -79,6 +81,7 @@ aegisub_SOURCES = about.cpp \ utils.cpp \ validators.cpp \ variable_data.cpp \ + version.cpp \ vfr.cpp \ video_box.cpp \ video_display.cpp \