Mercurial > libpst
annotate debian/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 | 03dbd449290f |
children |
rev | line source |
---|---|
175
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
1 EXTRA_DIST = \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
2 changelog \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
3 compat \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
4 control \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
5 copyright \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
6 libpst1.install \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
7 libpst-dev.install \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
8 Makefile.am \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
9 patches/10-current-attach.patch \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
10 readpst.install \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
11 rules \ |
03dbd449290f
add debian/Makefile.am to package the debian directory into the tarball
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
12 watch |