X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=77fe962da9aa6aaccea30614eeac411280bef78d;hb=a1906d9fe3e565bbd874df72e8552fa7daf9fb9a;hp=ca9b2554373b243f86773969447f8f59f5ac5711;hpb=17d773d2d45d495704e974b9246eccb21faa8635;p=cubemap diff --git a/Makefile b/Makefile index ca9b255..77fe962 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ CC=gcc CXX=g++ PROTOC=protoc CXXFLAGS=-Wall -O2 -g -LDLIBS=-lcurl -lpthread -lprotobuf +LDLIBS=-lpthread -lprotobuf -OBJS=cubemap.o server.o serverpool.o mutexlock.o input.o parse.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 thread.o util.o state.pb.o all: cubemap