New files: listview.py, navigationview.py, and pageview.py were added to the subdirs portion of the Makefile.am, so I put them where they belonged. Running autogen.sh && make will now complete.

svn: r13341
This commit is contained in:
Rob G. Healey 2009-10-07 20:28:18 +00:00
parent bebba4b366
commit e2d1949cf1

View File

@ -4,15 +4,15 @@
# If not using GNU make, then list all .py files individually # If not using GNU make, then list all .py files individually
SUBDIRS = \ SUBDIRS = \
treemodels \ treemodels
listview.py\
navigationview.py\
pageview.py
pkgdatadir = $(datadir)/@PACKAGE@/gui/views pkgdatadir = $(datadir)/@PACKAGE@/gui/views
pkgdata_PYTHON = \ pkgdata_PYTHON = \
__init__.py __init__.py \
listview.py \
navigationview.py \
pageview.py
pkgpyexecdir = @pkgpyexecdir@/gui/views pkgpyexecdir = @pkgpyexecdir@/gui/views
pkgpythondir = @pkgpythondir@/gui/views pkgpythondir = @pkgpythondir@/gui/views