This is a partial fix for wmltools et. al. getting moved...
...into a separate directory. This only handles the autotools part of the change. Presumably the other build systems need some changes as well, but I can't test them.
This commit is contained in:
parent
ff216afd2c
commit
ea4287e5d9
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
EXTRA_DIST = config/config.rpath config/mkinstalldirs config/py-compile
|
||||
|
||||
if PYTHON
|
||||
pkgpython_PYTHON = data/tools/wmltools.py data/tools/wmldata.py data/tools/wmlparser.py \
|
||||
data/tools/__init__.py
|
||||
pkgpython_PYTHON = data/tools/wesnoth/wmltools.py data/tools/wesnoth/wmldata.py data/tools/wesnoth/wmlparser.py \
|
||||
data/tools/wesnoth/__init__.py
|
||||
endif
|
||||
|
||||
update-po:
|
||||
|
|
Loading…
Add table
Reference in a new issue