From f4bf5eb21c341a847c0d3e497c9a1e95df7cbcbc Mon Sep 17 00:00:00 2001 From: hackbard Date: Sat, 10 May 2003 01:30:56 +0000 Subject: [PATCH] corrected include path --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 95124d1..5419453 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # ising Makefile -INCLUDEDIR = /usr/local/include -CFLAGS = -DDEBUG -DUSE_DFB_API -DFONT=\"./decker.ttf\" -O3 -Wall -I/usr/local/include/directfb +INCLUDEDIR = /usr/include +CFLAGS = -DDEBUG -DUSE_DFB_API -DFONT=\"./decker.ttf\" -O3 -Wall -I/usr/include/directfb LIBS = -L/usr/lib -ldirectfb OBJS = dfbapi.o -- 2.20.1