From 367e3b73a7c2c734fc572558485aa78cdf9ec1c0 Mon Sep 17 00:00:00 2001 From: Zsolt Foldvari Date: Mon, 2 Jun 2008 20:49:34 +0000 Subject: [PATCH] Update according to changes in r10763. svn: r10783 --- src/widgets/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index 889f5d33d..0e96b4bab 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -12,13 +12,17 @@ pkgdata_PYTHON = \ labels.py \ linkbox.py \ monitoredwidgets.py \ - multitypecomboentry.py \ + shortlistcomboentry.py \ + springseparator.py \ statusbar.py \ styledtextbuffer.py \ styledtexteditor.py \ - toolbarwidgets.py \ + toolcomboentry.py \ unused.py \ - validatedmaskedentry.py + validatedcomboentry.py \ + validatedmaskedentry.py \ + valueaction.py \ + valuetoolitem.py pkgpyexecdir = @pkgpyexecdir@/widgets pkgpythondir = @pkgpythondir@/widgets