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/gramplet
pkgdata_PYTHON = \
pkgpython_PYTHON = \
AgeOnDateGramplet.py \
AgeStats.py \
Attributes.py \
@@ -44,7 +44,7 @@ pkgdata_PYTHON = \
WhatsNext.py
pkgpyexecdir = @pkgpyexecdir@/plugins/gramplet
pkgpythondir = @pkgpythondir@/plugins/gramplet
pkgpythondir = $(datadir)/@PACKAGE@/plugins/gramplet
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
@@ -53,4 +53,4 @@ GRAMPS_PY_MODPATH = "../../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));
pychecker $(pkgpython_PYTHON));