view Makefile.am @ 398:bd462a6489e4

Added tag stable-0-6-74 for changeset acb9fcc58dea
author Carl Byington <carl@five-ten-sg.com>
date Sun, 12 Jan 2020 14:50:03 -0800
parents f1f9920cc7b1
children
line wrap: on
line source

ACLOCAL_AMFLAGS = -I m4

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

EXTRA_DIST = 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