acl/lib_acl_cpp/samples/http_request_pool/Makefile

10 lines
186 B
Makefile
Raw Normal View History

include ../Makefile.in
2013-10-20 18:12:47 +08:00
#LDFLAGS += -lz -liconv
#Path for SunOS
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
LDFLAGS += -lz -liconv
else
LDFLAGS += -lz
endif
PROG = http_request_pool