X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2FMakefile;h=95b8ed1629f4d822cd7687d1c5846207c23c3176;hb=46d18f60766f997d0ca37c5937f58c0c06477932;hp=f3856d9b52a9cd2d9a4d41edbb8a25ad185a10a8;hpb=0bf0d74b01ffabca588c3a06027436a4d2944618;p=umurmur.git diff --git a/src/Makefile b/src/Makefile index f3856d9..95b8ed1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ 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