X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=218285eeefeb1493010c45e1d7bd86945753212b;hp=257966aa47954a446bc2315fd27e89fce18d4e35;hb=845934ca50eee40884e8cc85ea81eb310efa5ca3;hpb=41b297b59d7d5f700d12b7833423d0f985529524 diff --git a/Makefile b/Makefile index 257966a..218285e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ CC=gcc CXX=g++ PROTOC=protoc -CXXFLAGS=-Wall -O2 -g -LDLIBS=-lcurl -lpthread -lprotobuf +CXXFLAGS=-Wall -O2 -g -pthread +LDLIBS=-lprotobuf -pthread -OBJS=cubemap.o server.o mutexlock.o input.o state.pb.o +OBJS=main.o client.o server.o stream.o udpstream.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 all: cubemap