mirror of
https://github.com/lxsang/ant-http
synced 2025-07-27 02:59:47 +02:00
fix linking error
This commit is contained in:
2
Makefile
2
Makefile
@ -69,7 +69,7 @@ main: httpd plugins
|
|||||||
|
|
||||||
|
|
||||||
httpd: lib $(SERVER_O)
|
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)
|
cp antd $(BUILDIRD)
|
||||||
|
|
||||||
lib: $(LIBOBJS)
|
lib: $(LIBOBJS)
|
||||||
|
Reference in New Issue
Block a user