Mercurial > libpst
comparison src/Makefile.am @ 140:fc6c54c453e5
patch from Fridrich Strba for dll build on mingw and cygwin
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 09 Feb 2009 08:23:41 -0800 |
parents | 2ec889a79e51 |
children | 2189a6b8134e |
comparison
equal
deleted
inserted
replaced
139:1b3922080ca8 | 140:fc6c54c453e5 |
---|---|
1 if PLATFORM_WIN32 | 1 if PLATFORM_WIN32 |
2 ICONVLIB = -liconv | 2 ICONVLIB = -liconv |
3 NO_UNDEFINED = -no-undefined | 3 NO_UNDEFINED = -no-undefined |
4 else | 4 else |
5 ICONVLIB = | 5 ICONVLIB = |
6 NO_UNDEFINED = | 6 NO_UNDEFINED = |
7 endif | 7 endif |
8 | 8 |
9 if STATIC_TOOLS | 9 if STATIC_TOOLS |
10 PSTLIB = @PST_OBJDIR@/libpst.a | 10 PSTLIB = @PST_OBJDIR@/libpst.a |
11 else | 11 else |
14 | 14 |
15 common_header = common.h \ | 15 common_header = common.h \ |
16 define.h \ | 16 define.h \ |
17 libpst.h \ | 17 libpst.h \ |
18 libstrfunc.h \ | 18 libstrfunc.h \ |
19 lzfu.h \ | 19 lzfu.h \ |
20 timeconv.h \ | 20 timeconv.h \ |
21 vbuf.h | 21 vbuf.h |
22 | 22 |
23 common_source = debug.c \ | 23 common_source = debug.c \ |
24 libpst.c \ | 24 libpst.c \ |
25 libstrfunc.c \ | 25 libstrfunc.c \ |
26 lzfu.c \ | 26 lzfu.c \ |
27 timeconv.c \ | 27 timeconv.c \ |
28 vbuf.c | 28 vbuf.c |
29 | 29 |
30 | 30 |
31 if NEED_XGETOPT | 31 if NEED_XGETOPT |
32 common_source += XGetopt.c | 32 common_source += XGetopt.c |
33 common_header += XGetopt.h | 33 common_header += XGetopt.h |
34 endif | 34 endif |
35 | 35 |
36 noinst_PROGRAMS = deltasearch dumpblocks getidblock | 36 noinst_PROGRAMS = deltasearch dumpblocks getidblock |
37 bin_PROGRAMS = lspst readpst readpstlog pst2ldif | 37 bin_PROGRAMS = lspst readpst readpstlog pst2ldif |
38 if BUILD_DII | 38 if BUILD_DII |