remove special makefile variants for libiconv on darwin

This commit is contained in:
Josh Coalson
2007-02-14 05:47:38 +00:00
parent 9c17e6e518
commit b9d8b9e927
6 changed files with 4 additions and 14 deletions

View File

@@ -5,11 +5,7 @@
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 \