comparison src/Makefile.am @ 142:2189a6b8134e

improve character set handling - don't try to convert utf-8 to single byte for fields that were not originally unicode. if the conversion fails, leave the data in utf-8.
author Carl Byington <carl@five-ten-sg.com>
date Mon, 23 Feb 2009 20:40:51 -0800
parents fc6c54c453e5
children 06aa84023b48
comparison
equal deleted inserted replaced
141:fd4297884319 142:2189a6b8134e
74 common.h \ 74 common.h \
75 libpst.h \ 75 libpst.h \
76 libstrfunc.h\ 76 libstrfunc.h\
77 timeconv.h \ 77 timeconv.h \
78 vbuf.h 78 vbuf.h
79 libpst_la_LDFLAGS = $(NO_UNDEFINED) -version-info 1:0:0 79 libpst_la_LDFLAGS = $(NO_UNDEFINED) -version-info 1:1:0
80 endif 80 endif
81 81
82 libpst_la_SOURCES = $(common_source) $(common_header) 82 libpst_la_SOURCES = $(common_source) $(common_header)
83 libpst_la_LIBADD = $(ICONVLIB) 83 libpst_la_LIBADD = $(ICONVLIB)
84 84