2013-08-18 17:42:25 +08:00
|
|
|
include ../Makefile.in
|
2013-10-20 18:12:47 +08:00
|
|
|
#EXTLIBS = -liconv
|
2013-12-07 20:31:59 +08:00
|
|
|
#Path for SunOS
|
|
|
|
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
|
|
|
|
EXTLIBS = -liconv
|
|
|
|
endif
|
2013-08-18 17:42:25 +08:00
|
|
|
PROG = http_mime
|