From fd7391c60349ab3c0b4d3c8b626c5a32098807e0 Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Wed, 6 Jan 2010 16:54:37 +0000 Subject: [PATCH] Makefile with new voicetarget files too... --- src/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 02addaf..090f81b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,11 +1,13 @@ # build helloworld executable when user executes "make" 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 + timer.c messagehandler.c channel.c Mumble.pb-c.c voicetarget.c OBJS:=$(patsubst %.c, %.o, $(SRCS)) -CFLAGS:=$(CFLAGS) -I. -Wall -g -DDEBUG -LDFLAGS:=$(LDFLAGS) -L/data/export/proj/protobuf/lib -lcrypto -lssl -lconfig +#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 umurmurd:google/protobuf-c/libprotobuf_c.a depend.mak $(OBJS) $(CC) $(LDFLAGS) $(OBJS) google/protobuf-c/libprotobuf_c.a -o umurmurd -- 2.30.2