diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-02-19 15:42:19 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-02-19 15:42:19 +0000 |
commit | f2b964cb65e88fb238df3b562e8edfb0b9243489 (patch) | |
tree | 6c76fb0bd4000b04d6afd5dff680a97891e9042d /configure | |
parent | 66129643bfb27e9fcdc487f34560647006caf555 (diff) | |
download | lcd4linux-f2b964cb65e88fb238df3b562e8edfb0b9243489.tar.gz |
[lcd4linux @ 2006-02-19 15:42:18 by reinelt]
file plugin from Chris Maj
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@640 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6793,6 +6793,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} PLUGIN_DISKSTATS="yes" PLUGIN_DVB="yes" PLUGIN_EXEC="yes" + PLUGIN_FILE="yes" PLUGIN_I2C_SENSORS="yes" PLUGIN_IMON="yes" PLUGIN_ISDN="yes" @@ -6827,6 +6828,9 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} exec) PLUGIN_EXEC=$val ;; + file) + PLUGIN_FILE=$val + ;; i2c_sensors) PLUGIN_I2C_SENSORS=$val ;; @@ -7087,6 +7091,14 @@ cat >>confdefs.h <<\_ACEOF _ACEOF fi +if test "$PLUGIN_FILE" = "yes"; then + PLUGINS="$PLUGINS plugin_file.o" + +cat >>confdefs.h <<\_ACEOF +#define PLUGIN_FILE 1 +_ACEOF + +fi if test "$PLUGIN_I2C_SENSORS" = "yes"; then PLUGINS="$PLUGINS plugin_i2c_sensors.o" |