Mercurial > libpst
comparison src/Makefile.am @ 172:6954d315aaa8
move version-info into main configure.in, and set it properly.
prefix all external symbols in the shared library with pst_ to avoid symbol clashes with other shared libraries.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 04 Apr 2009 16:00:48 -0700 |
parents | 40e9de445038 |
children | 9bbc834d5f3e |
comparison
equal
deleted
inserted
replaced
171:6c1e75bc4cac | 172:6954d315aaa8 |
---|---|
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:3:0 | 77 libpst_la_LDFLAGS = $(NO_UNDEFINED) -version-info @LIBPST_VERSION_INFO@ |
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 |