diff options
author | reinelt <> | 2004-03-14 07:11:42 +0000 |
---|---|---|
committer | reinelt <> | 2004-03-14 07:11:42 +0000 |
commit | d79b0ee1eb85fbd96884d2d4c8aa76534cb466d9 (patch) | |
tree | 3fdd7b84e99849e1a2abf763d3180f5fb50f7e02 /Makefile.am | |
parent | 020be791a0d3134cca50addd0cb128867be560ea (diff) | |
download | lcd4linux-d79b0ee1eb85fbd96884d2d4c8aa76534cb466d9.tar.gz |
[lcd4linux @ 2004-03-14 07:11:42 by reinelt]
parameter count fixed for plugin_dvb()
plugin_APM (battery status) ported
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 88e9b18..2a572c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ plugin_meminfo.c \ plugin_netdev.c \ plugin_ppp.c \ plugin_dvb.c \ +plugin_apm.c \ plugin_i2c_sensors.c \ plugin_imon.c \ plugin_xmms.c \ |