Removed obsolete include path to project root.

This commit is contained in:
Guenter Knauf 2012-07-08 18:06:15 +02:00
parent 61c7af92f2
commit 9a158f1ef0
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ SCHANNEL = 1
SSPI = 1
endif
INCLUDES = -I. -I.. -I../include -I../lib
INCLUDES = -I. -I../include -I../lib
ifdef DYN
curl_DEPENDENCIES = $(PROOT)/lib/libcurldll.a $(PROOT)/lib/libcurl.dll