X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2FMakefile;h=fc82e2aa122869fc5259944797e5d164211970e2;hb=96df23c96dad288efccfcb67254688cb00bcd907;hp=39db9ef377a365ba202d772ef869ae2af3a85619;hpb=f1a666fa49ec318684c76148912a734a01e194a7;p=umurmur.git diff --git a/src/Makefile b/src/Makefile index 39db9ef..fc82e2a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,16 +9,16 @@ OBJS:=$(patsubst %.c, %.o, $(SRCS)) #EXTRA_LDFLAGS:=$(LDFLAGS) -L/data/export/proj/openssl/lib/ -lcrypto -lssl # Debug -# CFLAGS:=$(CFLAGS) -DDEBUG -g +CFLAGS:=$(CFLAGS) -DDEBUG -g # ********** Debug stuff END ************ # Build support and link to PolarSSL # If PolarSSL is in a nonstandard place. -# 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 -# EXTRA_CFLAGS:=-DUSE_POLARSSL -I$(POLARSSL_INCLUDE) +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 +EXTRA_CFLAGS:=-DUSE_POLARSSL -I$(POLARSSL_INCLUDE) # EXTRA_LDLAGS:=-lpolarssl