Mercurial > libpst
annotate Makefile.am @ 79:56fa05fd5271
Patch from Robert Simpson for encryption type 2.
Fix the order of testing item types to avoid claiming there are multiple message stores.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 13 Jun 2008 20:47:01 -0700 |
parents | 535075b4d261 |
children | b370d9e8aa10 |
rev | line source |
---|---|
16 | 1 SUBDIRS = src man html info |
67
90aa7814ad1f
Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ |
90aa7814ad1f
Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
3 html_DATA = AUTHORS COPYING ChangeLog NEWS README |
22 | 4 CLEANFILES = xml/libpst xml/Makefile |
42
7a97f50c39c5
security fix for potential buffer overrun in lz decompress
carl
parents:
35
diff
changeset
|
5 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) |
78
535075b4d261
Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents:
67
diff
changeset
|
6 |