diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 89d3d42..199575e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,9 +24,10 @@ processor.c processor.h \ layout.c layout.h \ timer.c timer.h \ evaluator.c evaluator.h \ -widget.c widget.h \ +widget.c widget.h \ widget_text.c widget_text.h \ -widget_bar.c widget_bar.h \ +widget_bar.c widget_bar.h \ +widget_icon.c widget_icon.h \ plugin.c plugin.h \ plugin_math.c \ plugin_string.c \ |