Mercurial > libpst
diff src/Makefile.am @ 16:c508ee15dfca
switch to automake/autoconf
author | carl |
---|---|
date | Sun, 19 Feb 2006 18:47:46 -0800 |
parents | |
children | e5418051878c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Makefile.am Sun Feb 19 18:47:46 2006 -0800 @@ -0,0 +1,21 @@ +bin_PROGRAMS = lspst readpst readpstlog pst2ldif +lspst_SOURCES = debug.c libpst.c libstrfunc.c lspst.c timeconv.c +readpst_SOURCES = readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c +readpstlog_SOURCES = readpstlog.c debug.c +pst2ldif_SOURCES = pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c +EXTRA_DIST = dumpblocks.c getidblock.c 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 =