From 927b0b86ce4fffd3fc1645d6ece156fdd6bc31fc Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 27 Jan 2004 06:34:14 +0000 Subject: [lcd4linux @ 2004-01-27 06:34:14 by reinelt] Cwlinux driver portet to NextGeneration (compiles, but not tested!) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@341 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6031ea2..e0a3b01 100644 --- a/configure.in +++ b/configure.in @@ -152,8 +152,8 @@ if test "$CRYSTALFONTZ" = "yes"; then fi if test "$CWLINUX" = "yes"; then -# DRIVERS="$DRIVERS Cwlinux.lo" - DRIVERS="$DRIVERS Cwlinux.o" +# DRIVERS="$DRIVERS Cwlinux.lo drv_Cwlinux.lo" + DRIVERS="$DRIVERS Cwlinux.o drv_Cwlinux.o" AC_DEFINE(WITH_CWLINUX,1,[junk]) fi -- cgit v1.2.3