comparison Makefile.am @ 97:57bc6251f8dd stable-0-6-19

fix an installed unpackaged file code cleanup from compiler warnings
author Carl Byington <carl@five-ten-sg.com>
date Sun, 14 Sep 2008 15:55:11 -0700
parents ff1743cbe4aa
children 0f1492b7fe8b
comparison
equal deleted inserted replaced
96:2e3ec9511166 97:57bc6251f8dd
1 SUBDIRS = src man html info debian 1 SUBDIRS = src man html info debian
2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ 2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
3 html_DATA = AUTHORS COPYING ChangeLog NEWS README 3 html_DATA = AUTHORS COPYING ChangeLog NEWS README
4 CLEANFILES = xml/libpst xml/Makefile 4 CLEANFILES = xml/libpst xml/Makefile
5 5
6 pkgconfigdir = $(libdir)/pkgconfig 6 if BUILD_LIBPST_SHARED
7 pkgconfig_DATA = libpst.pc 7 pkgconfigdir = $(libdir)/pkgconfig
8 pkgconfig_DATA = libpst.pc
9 endif
8 10
9 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) 11 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)
10 12