mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 11:27:40 +08:00
4a219509b9
some new features, and some bug fixed
11 lines
199 B
Makefile
11 lines
199 B
Makefile
include ../Makefile.in
|
|
#EXTLIBS = -lpolarssl
|
|
#EXTLIBS = -lz -liconv
|
|
#Path for SunOS
|
|
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
|
|
EXTLIBS = -lz -liconv
|
|
else
|
|
EXTLIBS = -lz
|
|
endif
|
|
PROG = http_server
|