]> git.sesse.net Git - cubemap/commitdiff
Fix broken linking.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 Apr 2013 22:59:54 +0000 (00:59 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 Apr 2013 22:59:54 +0000 (00:59 +0200)
Makefile

index 36fb4f88e1bf6ae9608c64afcbe880fc03837b82..20f4010fb95010d9db7a97e1d941f2e9329b310d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,7 @@ CC=gcc
 CXX=g++
 PROTOC=protoc
 CXXFLAGS=-Wall -O2 -g -pthread
 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
 
 
 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