Mercurial > libpst
diff 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 |
line wrap: on
line diff
--- a/Makefile.am Fri Apr 17 13:08:31 2009 -0700 +++ b/Makefile.am Mon Apr 20 19:39:26 2009 -0700 @@ -1,4 +1,4 @@ -SUBDIRS = src man html debian +SUBDIRS = src python man html debian htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ html_DATA = AUTHORS COPYING ChangeLog NEWS README CLEANFILES = xml/libpst xml/Makefile