view Makefile.am @ 119:f50f4321aa2d

fix include file path
author Carl Byington <carl@five-ten-sg.com>
date Sat, 31 Jan 2009 12:23:46 -0800
parents 0f1492b7fe8b
children bdb38b434c0a
line wrap: on
line source

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

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libpst.pc

EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)

if !STATIC_TOOLS
    libpstincludedir      = $(includedir)/libpst
    libpstinclude_HEADERS = config.h
endif