Mercurial > libpst
comparison src/Makefile.am @ 167:40e9de445038
improve consistency checking when fetching items from the pst file.
avoid putting mixed item types into the same output folder.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 18 Mar 2009 22:31:18 -0700 |
parents | 0b1766da9be8 |
children | 6954d315aaa8 |
comparison
equal
deleted
inserted
replaced
166:55d4f17a35f2 | 167:40e9de445038 |
---|---|
72 common.h \ | 72 common.h \ |
73 libpst.h \ | 73 libpst.h \ |
74 libstrfunc.h\ | 74 libstrfunc.h\ |
75 timeconv.h \ | 75 timeconv.h \ |
76 vbuf.h | 76 vbuf.h |
77 libpst_la_LDFLAGS = $(NO_UNDEFINED) -version-info 1:2:0 | 77 libpst_la_LDFLAGS = $(NO_UNDEFINED) -version-info 1:3:0 |
78 endif | 78 endif |
79 | 79 |
80 libpst_la_SOURCES = $(common_source) $(common_header) | 80 libpst_la_SOURCES = $(common_source) $(common_header) |
81 libpst_la_LIBADD = $(LTLIBICONV) | 81 libpst_la_LIBADD = $(LTLIBICONV) |
82 | 82 |