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