bug #5554: Automake problem

svn: r18849
This commit is contained in:
Josip Pisoj
2012-02-10 20:13:31 +00:00
parent e74bdd2290
commit 952dcb2e65
57 changed files with 179 additions and 181 deletions

View File

@@ -5,7 +5,7 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins/tool
pkgdata_PYTHON = \
pkgpython_PYTHON = \
ChangeNames.py \
ChangeTypes.py \
Check.py \
@@ -34,7 +34,7 @@ pkgdata_PYTHON = \
# TestcaseGenerator.py
pkgpyexecdir = @pkgpyexecdir@/plugins/tool
pkgpythondir = @pkgpythondir@/plugins/tool
pkgpythondir = $(datadir)/@PACKAGE@/plugins/tool
GLADEFILES = \
changenames.glade \
@@ -63,4 +63,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));
pychecker $(pkgpython_PYTHON));