From da769d1be51b4251854b10f841b6764cbc1fde1f Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 10 Jul 2007 09:31:39 +0000 Subject: Include files search path. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8479930..bd5721a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = gcc LD = gcc AR = ar rcs -CPPFLAGS = -g -Wall -Werror -D_FILE_OFFSET_BITS=64 +CPPFLAGS = -g -Wall -Werror -D_FILE_OFFSET_BITS=64 -I. LDFLAGS = -g -lssl SOURCE_LIST = \ -- cgit v1.2.3