diff options
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" |