From 22377f265c1a3f4997db88c56c06d27a7ba8a253 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Mon, 3 May 2010 16:20:42 +0000 Subject: [PATCH] Fix of included files. svn: r15311 --- src/gui/plug/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/plug/Makefile.am b/src/gui/plug/Makefile.am index 400fdde7c..263388e90 100644 --- a/src/gui/plug/Makefile.am +++ b/src/gui/plug/Makefile.am @@ -11,7 +11,8 @@ pkgdata_PYTHON = \ __init__.py\ _guioptions.py\ _windows.py\ - _dialogs.py + _dialogs.py\ + tool.py pkgpyexecdir = @pkgpyexecdir@/gui/plug pkgpythondir = @pkgpythondir@/gui/plug