fix linking error

This commit is contained in:
Xuan Sang LE 2018-02-10 17:07:19 +01:00
parent d7f5402c45
commit d0161d748a

View File

@ -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)