Mercurial > libpst
annotate Makefile.am @ 90:631d02d30a1c
More fixes for 32/64 bit portability on big endian ppc.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 05 Aug 2008 11:52:29 -0700 |
parents | b370d9e8aa10 |
children | ff1743cbe4aa |
rev | line source |
---|---|
82
b370d9e8aa10
Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents:
78
diff
changeset
|
1 SUBDIRS = src man html info debian |
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 |