acl/lib_acl_cpp/samples/http_server/Makefile
zsxxsz 4a219509b9 acl.3.0.14 release
some new features, and some bug fixed
2013-12-07 20:31:59 +08:00

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