diff --git a/src/gen/display/Makefile.am b/src/gen/display/Makefile.am index 2b1f8b456..92d41c255 100644 --- a/src/gen/display/Makefile.am +++ b/src/gen/display/Makefile.am @@ -3,14 +3,14 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/display +pkgdatadir = $(datadir)/@PACKAGE@/gen/display pkgdata_PYTHON = \ name.py\ __init__.py -pkgpyexecdir = @pkgpyexecdir@/display -pkgpythondir = @pkgpythondir@/display +pkgpyexecdir = @pkgpyexecdir@/gen/display +pkgpythondir = @pkgpythondir@/gen/display dist_pkgdata_DATA = @@ -18,7 +18,7 @@ dist_pkgdata_DATA = # Clean up all the byte-compiled files MOSTLYCLEANFILES = *pyc *pyo -GRAMPS_PY_MODPATH = "../" +GRAMPS_PY_MODPATH = "../../" pycheck: (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \