unicode.C needs inconv.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14666 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2006-08-14 09:15:37 +00:00
parent 615ef2527a
commit 63b5b965df

View File

@ -14,7 +14,7 @@ list(REMOVE_ITEM support_sources
${TOP_SRC_DIR}/src/support/strerror.c)
include_directories(${TOP_SRC_DIR}/src/support)
include_directories(${TOP_SRC_DIR}/src/support ${ICONV_INCLUDE_DIR})
add_library(support STATIC
${support_sources}