6 lines
83 B
Makefile
6 lines
83 B
Makefile
include Makefile.unix
|
|
|
|
ifndef WITHOUT_UNICODE
|
|
LIBS := $(LIBS) -lintl -liconv
|
|
endif
|