summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Lasch <mlasch@mailbox.org>2015-08-12 00:09:46 +0200
committerMarc Lasch <mlasch@mailbox.org>2015-08-12 00:09:46 +0200
commitaa80b95124752095533cff761c3287d756ca26cd (patch)
treee6a71ca06640dc92041b7c34f4e0925cf3030b97 /Makefile
parent9f7530aa40c4197a8c1979b37baab43ba2e6205f (diff)
downloadnetgraph-aa80b95124752095533cff761c3287d756ca26cd.tar.gz
netgraph-aa80b95124752095533cff761c3287d756ca26cd.zip
not working now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c682b5..3f4d92f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-OBJ=src/server.o mongoose/mongoose.o
+OBJ=src/server.o src/apiHandler.o mongoose/mongoose.o
OUT=bin/server
CFLAGS += -Wall -DNO_CGI -DNO_POPEN -DUSE_IPV6