fix make install failing
svn: r12803
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user