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
7 lines
126 B
Makefile
7 lines
126 B
Makefile
include ../Makefile.in
|
|
#Path for SunOS
|
|
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
|
|
EXTLIBS = -liconv
|
|
endif
|
|
PROG = charset
|