X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2FMakefile;h=95b8ed1629f4d822cd7687d1c5846207c23c3176;hb=a1013f3e2787bee84a06fbb9f6986d63bcec2846;hp=9b959abc21fffab213381489937415c3a1e60b78;hpb=5191e1cb38d24ebf5c180ac7911893ca8bc4031f;p=umurmur.git diff --git a/src/Makefile b/src/Makefile index 9b959ab..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 @@ -22,6 +22,6 @@ all: umurmurd $(OBJS): Makefile depend.mak: - $(CC) -M $(SRCS) > depend.mak + $(CC) $(CFLAGS) -M $(SRCS) > depend.mak include depend.mak \ No newline at end of file