Makefile fix (pcre_ucp_searchfuncs => pcre_ucd)

This commit is contained in:
Aleksandar Fabijanic 2008-09-20 20:12:17 +00:00
parent 08ee875c9f
commit 9b636a3fbd

View File

@ -33,7 +33,7 @@ objects = ArchiveStrategy ASCIIEncoding AsyncChannel Base64Decoder Base64Encoder
Pipe PipeImpl PipeStream SharedMemory FileStream Unicode UTF8String \
adler32 compress crc32 deflate gzio infback inffast inflate inftrees trees zutil \
pcre_chartables pcre_compile pcre_globals pcre_maketables pcre_study \
pcre_tables pcre_try_flipped pcre_ucp_searchfuncs pcre_valid_utf8 \
pcre_tables pcre_try_flipped pcre_ucd pcre_valid_utf8 \
pcre_exec pcre_ord2utf8 pcre_newline pcre_fullinfo pcre_xclass
ifeq ($(POCO_CONFIG),MinGW)