diff options
author | reinelt <> | 2004-01-10 17:36:56 +0000 |
---|---|---|
committer | reinelt <> | 2004-01-10 17:36:56 +0000 |
commit | cc72fe8df8ab12f9db93f37d4e509696242b5a0b (patch) | |
tree | 12e518150a5576fe16441fef1bbd482a078180e2 /Makefile.am | |
parent | c2307e1e80dde20fcf1aabcda9a3819459af4ed1 (diff) | |
download | lcd4linux-cc72fe8df8ab12f9db93f37d4e509696242b5a0b.tar.gz |
[lcd4linux @ 2004-01-10 17:36:56 by reinelt]
I2C Sensors plugin from Xavier added
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b93c710..c7877b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ plugin.c plugin.h \ plugin_math.c \ plugin_string.c \ plugin_xmms.c \ +plugin_i2c_sensors.c \ system.c system.h \ isdn.c isdn.h \ wifi.c wifi.h \ |