From 3f354796584346b4ecc6c1cf44bfe1c360c84ef7 Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Sun, 31 Jan 2010 22:17:01 +0000 Subject: [PATCH] --- src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 95b8ed1..a93fc5a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,8 @@ SRCS:=client.c main.c messages.c pds.c server.c ssl.c log.c conf.c crypt.c \ timer.c messagehandler.c channel.c Mumble.pb-c.c voicetarget.c OBJS:=$(patsubst %.c, %.o, $(SRCS)) -CFLAGS:=$(CFLAGS) -I. -I/data/export/proj/openssl/include/ -Wall -g -DDEBUG + +#CFLAGS:=$(CFLAGS) -I. -I/data/export/proj/openssl/include/ -Wall -g -DDEBUG #LDFLAGS:=$(LDFLAGS) -L/data/export/proj/openssl/lib/ -lcrypto -lssl -lconfig CFLAGS:=$(CFLAGS) -I. -Wall -g LDFLAGS:=$(LDFLAGS) -lcrypto -lssl -lconfig @@ -15,7 +16,7 @@ google/protobuf-c/libprotobuf_c.a: clean: $(MAKE) -C google/protobuf-c/ clean - rm -f *.o umurmurd + rm -f *.o umurmurd depend.mak all: umurmurd -- 2.30.2