mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 04:20:34 +00:00
sync with trunks version
This commit is contained in:
parent
fa8c7628e5
commit
9c5da8eb85
@ -30,7 +30,10 @@ def parse_automake(filename, variable):
|
||||
return sources
|
||||
|
||||
# read editor sources from automake file
|
||||
editor_sources = parse_automake("src/Makefile.am", "wesnoth_editor_SOURCES")
|
||||
editor_sources = parse_automake("src/Makefile.am", "libwesnoth_core_a_SOURCES")
|
||||
editor_sources += parse_automake("src/Makefile.am", "wesnoth_editor_SOURCES")
|
||||
# there shouldn't be doubles, but well, let's remove them :)
|
||||
editor_sources = list(set(editor_sources))
|
||||
|
||||
env = Environment()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user