X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=bc3511a7edc4fabee7a226f7cfa1fe49ce8447a3;hp=ca9b2554373b243f86773969447f8f59f5ac5711;hb=ca9624c43b968a0f29ea44e47851ff686bb64bb6;hpb=17d773d2d45d495704e974b9246eccb21faa8635 diff --git a/Makefile b/Makefile index ca9b255..bc3511a 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 server.o serverpool.o mutexlock.o input.o httpinput.o udpinput.o parse.o markpool.o acceptor.o stats.o thread.o state.pb.o all: cubemap