]> git.sesse.net Git - cubemap/blobdiff - Makefile
Make Input a bit more generic, to pave the way for UDP.
[cubemap] / Makefile
index 647dfe96c915e8d06a026f2649442826fc4de327..5367daa84ab138d2e9f76ef22487723910bdf495 100644 (file)
--- 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 thread.o state.pb.o
+OBJS=main.o server.o serverpool.o mutexlock.o input.o httpinput.o parse.o markpool.o acceptor.o stats.o thread.o state.pb.o
 
 all: cubemap