aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <>2004-01-10 20:22:33 +0000
committerreinelt <>2004-01-10 20:22:33 +0000
commit866b24820cd9220f001b5ac18be8e881ec341cee (patch)
treecc950b0ce0cb241f374de0671aa2bc2cacae8140 /Makefile.am
parenta5a10e14a47d027a579058f54ac278029cdb2afc (diff)
downloadlcd4linux-866b24820cd9220f001b5ac18be8e881ec341cee.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
Diffstat (limited to 'Makefile.am')
-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 \