view 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
line wrap: on
line source

SUBDIRS = src man html info debian libpst
htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
html_DATA = AUTHORS COPYING ChangeLog NEWS README
CLEANFILES = xml/libpst xml/Makefile

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libpst.pc

EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)

if !STATIC_TOOLS
    libpstincludedir      = $(includedir)/libpst
    libpstinclude_HEADERS = config.h
endif