From 866b24820cd9220f001b5ac18be8e881ec341cee Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 10 Jan 2004 20:22:33 +0000 Subject: [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 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3