]> git.sesse.net Git - cubemap/blobdiff - Makefile
Support multiple listening sockets. Actually mostly because it makes the code somewha...
[cubemap] / Makefile
index ca9b2554373b243f86773969447f8f59f5ac5711..647dfe96c915e8d06a026f2649442826fc4de327 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 parse.o markpool.o acceptor.o stats.o thread.o state.pb.o
 
 all: cubemap