diff --git a/crypto/Makefile b/crypto/Makefile index caffc77b4a17245292ea22ab866c2bcf753e24d0..8f9697e34c4311f0e45e08a0579c9e265e50d0c7 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -5,7 +5,7 @@ DIR= crypto TOP= .. CC= cc -INCLUDE= -I. -I$(TOP) -I../include $(ZLIB_INCLUDE) +INCLUDE= -I. -I$(TOP) -I../include -Iinclude $(ZLIB_INCLUDE) # INCLUDES targets sudbirs! INCLUDES= -I.. -I../.. -I../modes -I../include -I../../include $(ZLIB_INCLUDE) CFLAG= -g