From d0161d748a0b72b76e2b19a3e0e191247613dd35 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sat, 10 Feb 2018 17:07:19 +0100 Subject: [PATCH] fix linking error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8b5b26..239c69d 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ main: httpd plugins httpd: lib $(SERVER_O) - $(CC) $(CFLAGS) $(SERVER_O) $(SERVERLIB) -o $(BUILDIRD)/httpd httpd.c + $(CC) $(CFLAGS) $(SERVER_O) -o $(BUILDIRD)/httpd httpd.c $(SERVERLIB) cp antd $(BUILDIRD) lib: $(LIBOBJS)