From c3008be27f058d2686db72647412b32b3cdd19f5 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 11 Mar 2008 06:19:20 +0000 Subject: [PATCH] Aparrantly the CFLAGS to plugin_manager.cpp were never needed in the first place, it was the result of a missed change for perl automation. Originally committed to SVN as r2016. --- aegisub/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/aegisub/Makefile.am b/aegisub/Makefile.am index 6e9893d85..7cbf8eb95 100644 --- a/aegisub/Makefile.am +++ b/aegisub/Makefile.am @@ -61,13 +61,6 @@ aegisub_LDFLAGS += @LIBASS_LIBS@ aegisub_LDADD += libsubtitle_ass.a endif -if HAVE_AUTOMATION -noinst_LIBRARIES += libmisc_automanager.a -libmisc_automanager_a_SOURCES = plugin_manager.cpp -aegisub_LDADD += libmisc_automanager.a -libmisc_automanager_a_CPPFLAGS = @PERL_CFLAGS@ @RUBY_CFLAGS@ @LUA50_CPPFLAGS@ @LUA_CPPFLAGS@ -endif - if HAVE_AUTO4_LUA noinst_LIBRARIES += libauto4_lua.a libauto4_lua_a_SOURCES = auto4_lua.cpp auto4_lua_assfile.cpp auto4_lua_dialog.cpp auto4_lua_scriptreader.cpp @@ -236,6 +229,7 @@ aegisub_SOURCES = \ mkv_wrap.cpp \ mythes.cxx \ options.cpp \ + plugin_manager.cpp \ scintilla_text_ctrl.cpp \ spellchecker.cpp \ spline.cpp \