view Makefile.am @ 244:f2ae612fa62b stable-0-6-46

fixes for fedora 13 change in implicit dso linking semantics
author Carl Byington <carl@five-ten-sg.com>
date Sat, 13 Feb 2010 10:14:19 -0800
parents 320cfcba8058
children 5a82d41c883d
line wrap: on
line source

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