mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
12 lines
261 B
Makefile
12 lines
261 B
Makefile
include ../Makefile.in
|
|
#EXTLIBS = -lpolarssl
|
|
#EXTLIBS = -liconv
|
|
#Path for SunOS
|
|
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
|
|
EXTLIBS = -liconv
|
|
endif
|
|
ifeq ($(findstring FreeBSD, $(UNIXNAME)), FreeBSD)
|
|
EXTLIBS += -L/usr/local/lib -liconv
|
|
endif
|
|
PROG = session
|