aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <>2004-01-23 04:54:04 +0000
committerreinelt <>2004-01-23 04:54:04 +0000
commitbc3fd8dcba11b49ec100e8bd8b181c73382a2fc5 (patch)
tree5b8fc83964c3ad2b1abf1064507596b02d16b92d /Makefile.am
parenta1e2aad0b5d1abca2c2d47bce14d0b7c39fea12f (diff)
downloadlcd4linux-bc3fd8dcba11b49ec100e8bd8b181c73382a2fc5.tar.gz
[lcd4linux @ 2004-01-23 04:53:23 by reinelt]
icon widget added (not finished yet!)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
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 \