X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile;h=bc3511a7edc4fabee7a226f7cfa1fe49ce8447a3;hp=f2e37ac1dd7a9763f4d1bde87899c38817cbaa68;hb=ca9624c43b968a0f29ea44e47851ff686bb64bb6;hpb=ac50b1104f5f525e838f80fa6dc50be13f7d35b6 diff --git a/Makefile b/Makefile index f2e37ac..bc3511a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PROTOC=protoc CXXFLAGS=-Wall -O2 -g LDLIBS=-lpthread -lprotobuf -OBJS=main.o server.o serverpool.o mutexlock.o input.o parse.o markpool.o acceptor.o stats.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