From bd731011a6e50b9182ee3ef8543d6dbce15406b0 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 4 Nov 2004 20:43:21 +0000 Subject: [PATCH] fixed configure & README --- README | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 5be6c4c..3faa790 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ requirements: install: -------- -./configure && make -f Makefile && make -f Makefile install +./configure && make -f Makefile nlsop && make -f Makefile install run: ---- diff --git a/configure b/configure index 303dde0..056e71a 100755 --- a/configure +++ b/configure @@ -103,7 +103,7 @@ EOF if [ "$nodfb" = "0" ]; then cat >> Makefile << EOF -CFLAGS = -DDEBUG -DUSE_DFB_API -DFONT=\"$prefix/share/$name/decker.ttf\" -O3 -Wall -I$dfb_inc_dir +CFLAGS = -DDEBUG -DUSE_DFB_API -DFONT=\"$prefix/share/$main/decker.ttf\" -O3 -Wall -I$dfb_inc_dir LIBS = -L$dfb_lib_dir -ldirectfb $GENLIBS OBJS = random.o dfbapi.o $GENAPI -- 2.20.1