From e2d1949cf16306dfae0cc1ee6bfeacc3e6b19179 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Wed, 7 Oct 2009 20:28:18 +0000 Subject: [PATCH] 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 --- src/gui/views/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gui/views/Makefile.am b/src/gui/views/Makefile.am index 782d2b5f9..f06e69de2 100644 --- a/src/gui/views/Makefile.am +++ b/src/gui/views/Makefile.am @@ -4,15 +4,15 @@ # If not using GNU make, then list all .py files individually SUBDIRS = \ - treemodels \ - listview.py\ - navigationview.py\ - pageview.py + treemodels pkgdatadir = $(datadir)/@PACKAGE@/gui/views pkgdata_PYTHON = \ - __init__.py + __init__.py \ + listview.py \ + navigationview.py \ + pageview.py pkgpyexecdir = @pkgpyexecdir@/gui/views pkgpythondir = @pkgpythondir@/gui/views