aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <>2004-01-18 21:25:16 +0000
committerreinelt <>2004-01-18 21:25:16 +0000
commit928b0e09a5725abfd53421f19e5e53845e7aa100 (patch)
tree9d47c4f079c67ebc5feda0535d82ab2b734552cd /Makefile.am
parent6c86643d7e174294488e42c5f0404f5a6244668f (diff)
downloadlcd4linux-928b0e09a5725abfd53421f19e5e53845e7aa100.tar.gz
[lcd4linux @ 2004-01-18 21:25:16 by reinelt]
Framework for bar widget opened
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 44755d7..d0b5732 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,8 @@ layout.c layout.h \
timer.c timer.h \
evaluator.c evaluator.h \
widget.c widget.h \
-widget_text.c \
+widget_text.c widget_text.h \
+widget_bar.c widget_bar.h \
plugin.c plugin.h \
plugin_math.c \
plugin_string.c \