From 71d7ee5ffd96b87b0d01ee9759b065cf53fbb92e Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Tue, 20 Jan 2004 15:32:49 +0000 Subject: [lcd4linux @ 2004-01-20 15:32:48 by reinelt] first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fd1271d..3b6ee0a 100644 --- a/configure.in +++ b/configure.in @@ -159,8 +159,8 @@ fi if test "$HD44780" = "yes"; then PARPORT="yes" -# DRIVERS="$DRIVERS HD44780.lo" - DRIVERS="$DRIVERS HD44780.o" +# DRIVERS="$DRIVERS HD44780.lo drv_HD44780.lo" + DRIVERS="$DRIVERS HD44780.o drv_HD44780.o" AC_DEFINE(WITH_HD44780,1,[junk]) fi @@ -186,7 +186,7 @@ fi if test "$MATRIXORBITAL" = "yes"; then # DRIVERS="$DRIVERS MatrixOrbital.lo drv_MatrixOrbital.lo" - DRIVERS="$DRIVERS MatrixOrbital.o drv_MatrixOrbital.o" + DRIVERS="$DRIVERS MatrixOrbital.o drv_MatrixOrbital.o" AC_DEFINE(WITH_MATRIXORBITAL,1,[junk]) fi -- cgit v1.2.3