Mercurial > libpst
annotate Makefile.am @ 121:8399ef94c11b
strip and regenerate all MIME headers to avoid duplicates.
do a better job of making unique MIME boundaries.
only use base64 coding when strictly necessary.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 01 Feb 2009 19:21:47 -0800 |
parents | f50f4321aa2d |
children | bdb38b434c0a |
rev | line source |
---|---|
119 | 1 SUBDIRS = src man html info debian libpst |
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 |
95
ff1743cbe4aa
initial attempt at building a shared library
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
5 |
118
0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents:
97
diff
changeset
|
6 pkgconfigdir = $(libdir)/pkgconfig |
0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents:
97
diff
changeset
|
7 pkgconfig_DATA = libpst.pc |
95
ff1743cbe4aa
initial attempt at building a shared library
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
8 |
42
7a97f50c39c5
security fix for potential buffer overrun in lz decompress
carl
parents:
35
diff
changeset
|
9 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
|
10 |
118
0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents:
97
diff
changeset
|
11 if !STATIC_TOOLS |
0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents:
97
diff
changeset
|
12 libpstincludedir = $(includedir)/libpst |
0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents:
97
diff
changeset
|
13 libpstinclude_HEADERS = config.h |
0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents:
97
diff
changeset
|
14 endif |