diff --git a/src/gen/plug/Makefile.am b/src/gen/plug/Makefile.am index d512a0f09..10fa96ce4 100644 --- a/src/gen/plug/Makefile.am +++ b/src/gen/plug/Makefile.am @@ -16,7 +16,8 @@ pkgdata_PYTHON = \ _export.py \ _import.py \ _manager.py \ - _plugin.py + _plugin.py \ + utils.py pkgpyexecdir = @pkgpyexecdir@/gen/plug pkgpythondir = @pkgpythondir@/gen/plug diff --git a/src/gui/views/Makefile.am b/src/gui/views/Makefile.am index fb8626e6b..c430deaa8 100644 --- a/src/gui/views/Makefile.am +++ b/src/gui/views/Makefile.am @@ -6,13 +6,13 @@ SUBDIRS = \ treemodels -pkgdatadir = $(datadir)/@PACKAGE@/views +pkgdatadir = $(datadir)/@PACKAGE@/gui/views pkgdata_PYTHON = \ __init__.py -pkgpyexecdir = @pkgpyexecdir@/views -pkgpythondir = @pkgpythondir@/views +pkgpyexecdir = @pkgpyexecdir@/gui/views +pkgpythondir = @pkgpythondir@/gui/views # Clean up all the byte-compiled files MOSTLYCLEANFILES = *pyc *pyo diff --git a/src/gui/views/treemodels/Makefile.am b/src/gui/views/treemodels/Makefile.am index 421da5e6b..60ad19f19 100644 --- a/src/gui/views/treemodels/Makefile.am +++ b/src/gui/views/treemodels/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@/treemodels +pkgdatadir = $(datadir)/@PACKAGE@/gui/views/treemodels pkgdata_PYTHON = \ __init__.py \ flatbasemodel.py -pkgpyexecdir = @pkgpyexecdir@/treemodels -pkgpythondir = @pkgpythondir@/treemodels +pkgpyexecdir = @pkgpyexecdir@/gui/views/treemodels +pkgpythondir = @pkgpythondir@/gui/views/treemodels # Clean up all the byte-compiled files MOSTLYCLEANFILES = *pyc *pyo