Mercurial > libpst
view src/Makefile.am @ 40:be6d5329cc01 stable-0-5-11
fix unitialized variable
author | carl |
---|---|
date | Fri, 24 Aug 2007 18:57:59 -0700 |
parents | 07177825c91b |
children | f6db1f060a95 |
line wrap: on
line source
hfiles = $(wildcard *.h) bin_PROGRAMS = lspst readpst readpstlog pst2ldif noinst_PROGRAMS = deltasearch dumpblocks getidblock lspst_SOURCES = $(hfiles) debug.c libpst.c libstrfunc.c lspst.c timeconv.c readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c readpstlog_SOURCES = $(hfiles) readpstlog.c debug.c pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c deltasearch_SOURCES = deltasearch.cpp debug.c dumpblocks_SOURCES = dumpblocks.c debug.c libpst.c libstrfunc.c timeconv.c getidblock_SOURCES = getidblock.c debug.c libpst.c libstrfunc.c timeconv.c EXTRA_DIST = testdebug.c # set the include path found by configure INCLUDES= $(all_includes) # the library search path. lspst_LDFLAGS = $(all_libraries) readpst_LDFLAGS = $(all_libraries) readpstlog_LDFLAGS = $(all_libraries) pst2ldif_LDFLAGS = $(all_libraries) # default compile flags # lspst_CXXFLAGS = # readpst_CXXFLAGS = # readpstlog_CXXFLAGS = # pst2ldif_CXXFLAGS =