view Makefile.am @ 131:dd905e537728

add back AC_PROG_RANLIB, even though libtoolize claims it is obsoleted, it is needed for rpmbuild
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Feb 2009 13:51:10 -0800
parents e35fd42bac05
children 5e4d6faada34
line wrap: on
line source

SUBDIRS = src man html info debian src/libpst
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