view Makefile.am @ 405:af8ae7bd3fed stable-0-6-75

allow building on el8
author Carl Byington <carl@five-ten-sg.com>
date Tue, 16 Jun 2020 16:21:47 -0700
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