comparison src/Makefile.am @ 73:3cb02cb1e6cd stable-0-6-10

Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them). More changes for Fedora packaging (#434727) Fixes for const correctness.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 29 May 2008 18:51:02 -0700
parents cfd6175f9334
children ff1743cbe4aa
comparison
equal deleted inserted replaced
72:c21e9c001256 73:3cb02cb1e6cd
3 if BUILD_DII 3 if BUILD_DII
4 bin_PROGRAMS += pst2dii 4 bin_PROGRAMS += pst2dii
5 endif 5 endif
6 noinst_PROGRAMS = deltasearch dumpblocks getidblock 6 noinst_PROGRAMS = deltasearch dumpblocks getidblock
7 7
8 lspst_SOURCES = $(hfiles) lspst.c libpst.c timeconv.c libstrfunc.c debug.c vbuf.c generic.c 8 lspst_SOURCES = $(hfiles) lspst.c libpst.c timeconv.c libstrfunc.c debug.c vbuf.c
9 readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c generic.c 9 readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c
10 readpstlog_SOURCES = $(hfiles) readpstlog.c debug.c 10 readpstlog_SOURCES = $(hfiles) readpstlog.c debug.c
11 pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c generic.c 11 pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c
12 pst2dii_SOURCES = $(hfiles) pst2dii.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c generic.c 12 pst2dii_SOURCES = $(hfiles) pst2dii.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c
13 13
14 deltasearch_SOURCES = deltasearch.cpp debug.c 14 deltasearch_SOURCES = deltasearch.cpp debug.c
15 dumpblocks_SOURCES = dumpblocks.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c generic.c 15 dumpblocks_SOURCES = dumpblocks.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c
16 getidblock_SOURCES = getidblock.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c generic.c 16 getidblock_SOURCES = getidblock.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c
17 17
18 if NEED_XGETOPT 18 if NEED_XGETOPT
19 lspst_SOURCES += XGetopt.c 19 lspst_SOURCES += XGetopt.c
20 readpst_SOURCES += XGetopt.c 20 readpst_SOURCES += XGetopt.c
21 readpstlog_SOURCES += XGetopt.c 21 readpstlog_SOURCES += XGetopt.c