Mercurial > libpst
comparison src/Makefile.am @ 150:06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 05 Mar 2009 08:23:32 -0800 |
parents | 2189a6b8134e |
children | 0b1766da9be8 |
comparison
equal
deleted
inserted
replaced
149:f9773b6368e0 | 150:06aa84023b48 |
---|---|
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:1:0 | 79 libpst_la_LDFLAGS = $(NO_UNDEFINED) -version-info 1:2: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 |