mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Don't install any files from automation/* if no automation support is
available. Originally committed to SVN as r2205.
This commit is contained in:
parent
59a5e8f3b3
commit
62f6d8a4c7
@ -88,7 +88,11 @@ data_auto4_ruby = \
|
||||
include/karaoke.rb \
|
||||
include/utils.rb
|
||||
|
||||
nobase_automation_DATA = $(data_general)
|
||||
nobase_automation_DATA =
|
||||
|
||||
if HAVE_AUTOMATION
|
||||
nobase_automation_DATA += $(data_general)
|
||||
endif
|
||||
|
||||
if HAVE_AUTO4_LUA
|
||||
nobase_automation_DATA += $(data_auto4_lua)
|
||||
|
Loading…
x
Reference in New Issue
Block a user