view Makefile.am @ 295:54cd1f6b2152 stable-0-6-53

default BOOST_PYTHON_LIB to boost_python; the test for exit symbol in that lib fails on my system and seems wrong
author Carl Byington <carl@five-ten-sg.com>
date Sun, 10 Jul 2011 16:51:33 -0700
parents 5a82d41c883d
children cb67b335afcc
line wrap: on
line source

ACLOCAL_AMFLAGS = -I m4

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

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

if !STATIC_TOOLS
    pkgconfigdir   = $(libdir)/pkgconfig
    pkgconfig_DATA = libpst.pc
endif