aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-13 10:03:01 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-13 10:03:01 +0000
commit90a08f4f1082f25ab999d8a331dcbea512778a47 (patch)
tree176e34d955f57d8609c83df1ef2f9879c383f6ab /Makefile.am
parent3cac7824479e0eef3b0bc6e33e5b4d157119a646 (diff)
downloadlcd4linux-90a08f4f1082f25ab999d8a331dcbea512778a47.tar.gz
[lcd4linux @ 2004-01-13 10:03:01 by reinelt]
new util 'hash' for associative arrays new plugin 'cpuinfo' git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@309 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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 \