Mercurial > libpst
comparison src/Makefile.am @ 59:7d5c637aaafb
General cleanup and code fixes.
Use autoscan to cleanup our autoconf system.
Use autoconf to detect when we need to use our XGetopt files and other header files.
Decode BCC field.
Fix missing LE32_CPU byte swapping for FILETIME types.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 14 Feb 2008 14:55:32 -0800 |
parents | f6db1f060a95 |
children | cfd6175f9334 |
comparison
equal
deleted
inserted
replaced
58:a8b772313ff4 | 59:7d5c637aaafb |
---|---|
9 | 9 |
10 deltasearch_SOURCES = deltasearch.cpp debug.c | 10 deltasearch_SOURCES = deltasearch.cpp debug.c |
11 dumpblocks_SOURCES = dumpblocks.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c generic.c | 11 dumpblocks_SOURCES = dumpblocks.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c generic.c |
12 getidblock_SOURCES = getidblock.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c generic.c | 12 getidblock_SOURCES = getidblock.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c generic.c |
13 | 13 |
14 if NEED_XGETOPT | |
15 lspst_SOURCES += XGetopt.c | |
16 readpst_SOURCES += XGetopt.c | |
17 readpstlog_SOURCES += XGetopt.c | |
18 pst2ldif_SOURCES += XGetopt.c | |
19 endif | |
20 | |
14 EXTRA_DIST = testdebug.c | 21 EXTRA_DIST = testdebug.c |
15 | 22 |
16 # set the include path found by configure | 23 # set the include path found by configure |
17 INCLUDES= $(all_includes) | 24 INCLUDES= $(all_includes) |
18 | 25 |
20 lspst_LDFLAGS = $(all_libraries) | 27 lspst_LDFLAGS = $(all_libraries) |
21 readpst_LDFLAGS = $(all_libraries) | 28 readpst_LDFLAGS = $(all_libraries) |
22 readpstlog_LDFLAGS = $(all_libraries) | 29 readpstlog_LDFLAGS = $(all_libraries) |
23 pst2ldif_LDFLAGS = $(all_libraries) | 30 pst2ldif_LDFLAGS = $(all_libraries) |
24 | 31 |
25 # default compile flags | |
26 # lspst_CXXFLAGS = | |
27 # readpst_CXXFLAGS = | |
28 # readpstlog_CXXFLAGS = | |
29 # pst2ldif_CXXFLAGS = |