From 157d32a9639043a5d8cc5d3dce46c1d736a32b15 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Tue, 1 May 2012 19:28:27 +0000 Subject: [PATCH] geofamclose.py was missing. svn: r19425 --- src/plugins/view/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/view/Makefile.am b/src/plugins/view/Makefile.am index 31299cd5e..236f8cf31 100644 --- a/src/plugins/view/Makefile.am +++ b/src/plugins/view/Makefile.am @@ -17,6 +17,7 @@ pkgpython_PYTHON = \ geoplaces.py \ geoperson.py \ geofamily.py \ + geofamclose.py \ geography.gpr.py \ htmlrenderer.gpr.py \ grampletview.py \