aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-10 20:22:33 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-10 20:22:33 +0000
commita390d8386961109a8e182897753080538dce8625 (patch)
treecc950b0ce0cb241f374de0671aa2bc2cacae8140 /Makefile.am
parent76ffcfa4c6fb4cf45126bfd97c3ab0affe1e8e0d (diff)
downloadlcd4linux-a390d8386961109a8e182897753080538dce8625.tar.gz
[lcd4linux @ 2004-01-10 20:22:33 by reinelt]
added new function 'cfg_list()' (not finished yet) added layout.c (will replace processor.c someday) added widget_text.c (will be the first and most important widget) modified lcd4linux.c so that old-style configs should work, too git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@304 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c7877b5..25f1164 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,12 +17,15 @@ lcd4linux.c \
pid.c pid.h \
parser.c parser.h \
processor.c processor.h \
+layout.c layout.h \
evaluator.c evaluator.h \
plugin.c plugin.h \
plugin_math.c \
plugin_string.c \
plugin_xmms.c \
plugin_i2c_sensors.c \
+widget.c widget.h \
+widget_text.c widget_text.h \
system.c system.h \
isdn.c isdn.h \
wifi.c wifi.h \
@@ -31,7 +34,6 @@ seti.c seti.h \
battery.c battery.h \
dvb.c dvb.h \
filter.c filter.h \
-widget.c widget.h \
exec.c exec.h \
expr.c expr.h \
mail2.c \