update iconv settings

This commit is contained in:
Josh Coalson
2006-05-18 07:35:30 +00:00
parent 03f54be74c
commit 85425426e8
6 changed files with 19 additions and 8 deletions

View File

@@ -5,7 +5,11 @@
topdir = ../../..
LIB_NAME = libutf8
ifeq ($(DARWIN_BUILD),yes)
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share -I$(ICONV_INCLUDE_DIR)
else
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
endif
SRCS_C = \
charset.c \