view Makefile.am @ 387:f03ee7e0ccc3

Remove files copied in by autotools These files are cruft that should be copied in by autotools instead of embedded in the version control repository.
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:45 +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