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.
This commit is contained in:
Amar Takhar 2008-03-11 06:19:20 +00:00
parent 5596fa106e
commit c3008be27f
1 changed files with 1 additions and 7 deletions

View File

@ -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 \