From ba03a3ed19cc8b02d4bb198edfd1c8bee9f28e35 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 20 Apr 2013 00:59:54 +0200 Subject: [PATCH] Fix broken linking. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 36fb4f8..20f4010 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,7 @@ CC=gcc CXX=g++ PROTOC=protoc CXXFLAGS=-Wall -O2 -g -pthread -LDLIBS=-lprotobuf -LDFLAGS=-pthread +LDLIBS=-lprotobuf -pthread OBJS=main.o client.o server.o stream.o serverpool.o mutexlock.o input.o httpinput.o udpinput.o parse.o config.o markpool.o acceptor.o stats.o accesslog.o thread.o util.o log.o state.pb.o -- 2.39.2