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