From 118d85d597ffa77ca2d53b01c1dc5295f11c5f2c Mon Sep 17 00:00:00 2001 From: reinelt Date: Sun, 3 Apr 2005 07:07:51 +0000 Subject: [lcd4linux @ 2005-04-03 07:07:43 by reinelt] added statfs plugin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@524 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugins.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins.m4') diff --git a/plugins.m4 b/plugins.m4 index 90fc339..cf122f5 100644 --- a/plugins.m4 +++ b/plugins.m4 @@ -65,6 +65,7 @@ for plugin in $plugins; do PLUGIN_PPP="yes" PLUGIN_PROC_STAT="yes" PLUGIN_SETI="yes" + PLUGIN_STATFS="yes" PLUGIN_UNAME="yes" PLUGIN_UPTIME="yes" PLUGIN_WIRELESS="yes" @@ -118,6 +119,9 @@ for plugin in $plugins; do seti) PLUGIN_SETI=$val ;; + statfs) + PLUGIN_STATFS=$val + ;; uname) PLUGIN_UNAME=$val ;; @@ -226,6 +230,10 @@ if test "$PLUGIN_SETI" = "yes"; then PLUGINS="$PLUGINS plugin_seti.o" AC_DEFINE(PLUGIN_SETI,1,[seti plugin]) fi +if test "$PLUGIN_STATFS" = "yes"; then + PLUGINS="$PLUGINS plugin_statfs.o" + AC_DEFINE(PLUGIN_STATFS,1,[statfs plugin]) +fi if test "$PLUGIN_UNAME" = "yes"; then PLUGINS="$PLUGINS plugin_uname.o" AC_DEFINE(PLUGIN_UNAME,1,[uname plugin]) -- cgit v1.2.3