Revert bad checkin.
[umurmur.git] / src / Makefile
index 39db9ef377a365ba202d772ef869ae2af3a85619..0d8fe7764dcc150570c9668974569f7e6c0ee9ee 100644 (file)
@@ -15,9 +15,9 @@ OBJS:=$(patsubst %.c, %.o, $(SRCS))
 
 # Build support and link to PolarSSL
 # If PolarSSL is in a nonstandard place.
-# POLARSSL_LIB:=../../../../polarssl/polarssl-0.12.1/library/libpolarssl.a
+# POLARSSL_LIB:=../../../polarssl/polarssl-0.12.1/library/libpolarssl.a
 # SSL_LIB:=$(POLARSSL_LIB) # If statically linking
-# POLARSSL_INCLUDE:=../../../../polarssl/polarssl-0.12.1/include
+# POLARSSL_INCLUDE:=../../../polarssl/polarssl-0.12.1/include
 # EXTRA_CFLAGS:=-DUSE_POLARSSL -I$(POLARSSL_INCLUDE)
 # EXTRA_LDLAGS:=-lpolarssl