X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=77fe962da9aa6aaccea30614eeac411280bef78d;hp=ca9b2554373b243f86773969447f8f59f5ac5711;hb=76d52250fd5d7a84d9ae535fd7725d3a466bbb36;hpb=17d773d2d45d495704e974b9246eccb21faa8635 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