From 437d0bfbf465ca8b7dd392a3db43a1948d20b4af Mon Sep 17 00:00:00 2001 From: michux Date: Sat, 12 Apr 2008 16:24:21 +0000 Subject: update Makefiles git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@872 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 6d1a392..4d101b8 100755 --- a/configure +++ b/configure @@ -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 ;; @@ -8646,6 +8650,14 @@ cat >>confdefs.h <<\_ACEOF #define PLUGIN_FILE 1 _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 -- cgit v1.2.3