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 \ _export.py \
_import.py \ _import.py \
_manager.py \ _manager.py \
_plugin.py _plugin.py \
utils.py
pkgpyexecdir = @pkgpyexecdir@/gen/plug pkgpyexecdir = @pkgpyexecdir@/gen/plug
pkgpythondir = @pkgpythondir@/gen/plug pkgpythondir = @pkgpythondir@/gen/plug

View File

@@ -6,13 +6,13 @@
SUBDIRS = \ SUBDIRS = \
treemodels treemodels
pkgdatadir = $(datadir)/@PACKAGE@/views pkgdatadir = $(datadir)/@PACKAGE@/gui/views
pkgdata_PYTHON = \ pkgdata_PYTHON = \
__init__.py __init__.py
pkgpyexecdir = @pkgpyexecdir@/views pkgpyexecdir = @pkgpyexecdir@/gui/views
pkgpythondir = @pkgpythondir@/views pkgpythondir = @pkgpythondir@/gui/views
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo

View File

@@ -3,14 +3,14 @@
# but that is not necessarily portable. # but that is not necessarily portable.
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/treemodels pkgdatadir = $(datadir)/@PACKAGE@/gui/views/treemodels
pkgdata_PYTHON = \ pkgdata_PYTHON = \
__init__.py \ __init__.py \
flatbasemodel.py flatbasemodel.py
pkgpyexecdir = @pkgpyexecdir@/treemodels pkgpyexecdir = @pkgpyexecdir@/gui/views/treemodels
pkgpythondir = @pkgpythondir@/treemodels pkgpythondir = @pkgpythondir@/gui/views/treemodels
# Clean up all the byte-compiled files # Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo MOSTLYCLEANFILES = *pyc *pyo