diff options
author | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-04-12 16:24:21 +0000 |
---|---|---|
committer | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-04-12 16:24:21 +0000 |
commit | 437d0bfbf465ca8b7dd392a3db43a1948d20b4af (patch) | |
tree | 9b1a1dd1a28a8d097da6a6d191648f7dfc236465 /configure | |
parent | 317e100ae6b7f70b3650a9eef5102c93ea5c7d77 (diff) | |
download | lcd4linux-437d0bfbf465ca8b7dd392a3db43a1948d20b4af.tar.gz |
update Makefiles
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@872 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-x | configure | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -8306,6 +8306,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} PLUGIN_DISKSTATS="yes" PLUGIN_DVB="yes" PLUGIN_EXEC="yes" + PLUGIN_FIFO="yes" PLUGIN_FILE="yes" PLUGIN_GPS="yes" PLUGIN_I2C_SENSORS="yes" @@ -8351,6 +8352,9 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} exec) PLUGIN_EXEC=$val ;; + fifo) + PLUGIN_FIFO=$val + ;; file) PLUGIN_FILE=$val ;; @@ -8647,6 +8651,14 @@ cat >>confdefs.h <<\_ACEOF _ACEOF fi +if test "$PLUGIN_FIFO" = "yes"; then + PLUGINS="$PLUGINS plugin_fifo.o" + +cat >>confdefs.h <<\_ACEOF +#define PLUGIN_FIFO 1 +_ACEOF + +fi if test "$PLUGIN_GPS" = "yes"; then for ac_header in nmeap.h |