fix make install failing

svn: r12803
This commit is contained in:
Benny Malengier 2009-07-16 09:17:40 +00:00
parent ec87c55434
commit cf506f544e
3 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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