From 05ff9fc0c4691e4f60e9daa642eda28b34c02394 Mon Sep 17 00:00:00 2001 From: reinelt Date: Wed, 21 Jan 2004 12:36:19 +0000 Subject: [lcd4linux @ 2004-01-21 12:36:19 by reinelt] Crystalfontz NextGeneration driver added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@332 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 3b6ee0a..6031ea2 100644 --- a/configure.in +++ b/configure.in @@ -146,8 +146,8 @@ if test "$BECKMANNEGLE" = "yes"; then fi if test "$CRYSTALFONTZ" = "yes"; then -# DRIVERS="$DRIVERS Crystalfontz.lo" - DRIVERS="$DRIVERS Crystalfontz.o" +# DRIVERS="$DRIVERS Crystalfontz.lo drv_Crystalfontz.lo" + DRIVERS="$DRIVERS Crystalfontz.o drv_Crystalfontz.o" AC_DEFINE(WITH_CRYSTALFONTZ,1,[junk]) fi -- cgit v1.2.3