Mercurial > libpst
comparison Makefile.am @ 195:320cfcba8058
add python module interface to the shared library for easy scripting.
the shared library must never write to stdout or stderr.
fix pst_attach_to_mem so the caller does not need to initialize the buffer pointer.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 20 Apr 2009 19:39:26 -0700 |
parents | 05dc6892d7e4 |
children | 5a82d41c883d |
comparison
equal
deleted
inserted
replaced
194:885b47107036 | 195:320cfcba8058 |
---|---|
1 SUBDIRS = src man html debian | 1 SUBDIRS = src python man html debian |
2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ | 2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ |
3 html_DATA = AUTHORS COPYING ChangeLog NEWS README | 3 html_DATA = AUTHORS COPYING ChangeLog NEWS README |
4 CLEANFILES = xml/libpst xml/Makefile | 4 CLEANFILES = xml/libpst xml/Makefile |
5 | 5 |
6 EXTRA_DIST = config.rpath Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) | 6 EXTRA_DIST = config.rpath Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) |