From 2785821a62b57b42e7231a2f0a027bbf07ae84cf Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Wed, 2 May 2007 17:29:32 +0000 Subject: [PATCH] Forgot to add Lua scriptreader to Makefile.am Originally committed to SVN as r1156. --- aegisub/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/Makefile.am b/aegisub/Makefile.am index 9e866c1db..c9c050496 100644 --- a/aegisub/Makefile.am +++ b/aegisub/Makefile.am @@ -128,6 +128,7 @@ aegisub_SOURCES = \ auto4_lua.cpp \ auto4_lua_assfile.cpp \ auto4_lua_dialog.cpp \ + auto4_lua_scriptreader.cpp \ auto4_auto3.cpp \ avisynth_wrap.cpp \ base_grid.cpp \