aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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 \