From 22f3f6af66d2feea50512544df4cf32a039e559b Mon Sep 17 00:00:00 2001 From: reinelt Date: Fri, 9 Jan 2004 17:03:07 +0000 Subject: [lcd4linux @ 2004-01-09 17:03:06 by reinelt] initiated transfer to new driver architecture new file 'drv.c' will someday replace 'display.c' new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c' due to this 'soft' transfer lcd4linux should stay usable during the switch (at least I hope so) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@299 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ecd5772..4265cf5 100755 --- a/configure +++ b/configure @@ -21013,7 +21013,7 @@ _ACEOF fi if test "$MATRIXORBITAL" = "yes"; then - DRIVERS="$DRIVERS MatrixOrbital.lo" + DRIVERS="$DRIVERS MatrixOrbital.lo drv_MatrixOrbital.lo" cat >>confdefs.h <<\_ACEOF #define WITH_MATRIXORBITAL 1 -- cgit v1.2.3