diff options
author | reinelt <> | 2004-01-27 08:13:39 +0000 |
---|---|---|
committer | reinelt <> | 2004-01-27 08:13:39 +0000 |
commit | 9d3eb063ad3acbe051d45a8a5a6b402d6fde9406 (patch) | |
tree | 24a1ae58c9190ce9d5dd762f474e9fe328021636 /Makefile.am | |
parent | cfddcb8479cdb56183b46a00c922c6ee1890d614 (diff) | |
download | lcd4linux-9d3eb063ad3acbe051d45a8a5a6b402d6fde9406.tar.gz |
[lcd4linux @ 2004-01-27 08:13:39 by reinelt]
ported PPP token to plugin_ppp
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 afbcac4..718b5fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,7 @@ plugin_proc_stat.c \ plugin_cpuinfo.c \ plugin_meminfo.c \ plugin_netdev.c \ +plugin_ppp.c \ plugin_i2c_sensors.c \ plugin_xmms.c \ system.c system.h \ |