aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <>2004-01-13 10:03:01 +0000
committerreinelt <>2004-01-13 10:03:01 +0000
commitb626a0b1272e703d01a8001ddd7bab7b3cd5b6e3 (patch)
tree176e34d955f57d8609c83df1ef2f9879c383f6ab /Makefile.am
parent0b18f5b46afcb30ba2bc3e813eb170463a84b073 (diff)
downloadlcd4linux-b626a0b1272e703d01a8001ddd7bab7b3cd5b6e3.tar.gz
[lcd4linux @ 2004-01-13 10:03:01 by reinelt]
new util 'hash' for associative arrays new plugin 'cpuinfo'
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 0702780..5e2058c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,7 @@ lcd4linux_DEPENDENCIES = @DRIVERS@
lcd4linux_SOURCES = \
lcd4linux.c \
pid.c pid.h \
+hash.c hash.h \
parser.c parser.h \
processor.c processor.h \
layout.c layout.h \
@@ -29,8 +30,9 @@ plugin.c plugin.h \
plugin_math.c \
plugin_string.c \
plugin_cfg.c \
-plugin_xmms.c \
+plugin_cpuinfo.c \
plugin_i2c_sensors.c \
+plugin_xmms.c \
system.c system.h \
isdn.c isdn.h \
wifi.c wifi.h \