aboutsummaryrefslogtreecommitdiffstats
path: root/plugins.m4
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-11-04 04:53:10 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-11-04 04:53:10 +0000
commit23947e3030131facc78c00aaf20932cb9f599cec (patch)
tree43d00e80f2becb315fc935cc40bb96a4763babff /plugins.m4
parent7d94facdb6cfcd91c404d906af11de1672951600 (diff)
downloadlcd4linux-23947e3030131facc78c00aaf20932cb9f599cec.tar.gz
[lcd4linux @ 2005-11-04 04:53:08 by reinelt]
sample plugin activated git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@591 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugins.m4')
-rw-r--r--plugins.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins.m4 b/plugins.m4
index 03959e2..3d5dc7a 100644
--- a/plugins.m4
+++ b/plugins.m4
@@ -65,6 +65,7 @@ for plugin in $plugins; do
PLUGIN_PPP="yes"
PLUGIN_PROC_STAT="yes"
PLUGIN_PYTHON=$with_python
+ PLUGIN_SAMPLE="yes"
PLUGIN_SETI="yes"
PLUGIN_STATFS="yes"
PLUGIN_UNAME="yes"
@@ -120,6 +121,9 @@ for plugin in $plugins; do
python)
PLUGIN_PYTHON=$val
;;
+ sample)
+ PLUGIN_SAMPLE=$val
+ ;;
seti)
PLUGIN_SETI=$val
;;
@@ -244,6 +248,10 @@ if test "$PLUGIN_PYTHON" = "yes"; then
fi
fi
fi
+if test "$PLUGIN_SAMPLE" = "yes"; then
+ PLUGINS="$PLUGINS plugin_sample.o"
+ AC_DEFINE(PLUGIN_SAMPLE,1,[sample plugin])
+fi
if test "$PLUGIN_SETI" = "yes"; then
PLUGINS="$PLUGINS plugin_seti.o"
AC_DEFINE(PLUGIN_SETI,1,[seti plugin])