comparison Makefile.am @ 153:0b1766da9be8

use AM_ICONV for better portability of the library location. structure renaming to be more specific.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 12 Mar 2009 15:17:32 -0700
parents 5e4d6faada34
children 05dc6892d7e4
comparison
equal deleted inserted replaced
152:edebaf0e87d2 153:0b1766da9be8
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 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) 6 EXTRA_DIST = config.rpath Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)
7 7
8 if !STATIC_TOOLS 8 if !STATIC_TOOLS
9 pkgconfigdir = $(libdir)/pkgconfig 9 pkgconfigdir = $(libdir)/pkgconfig
10 pkgconfig_DATA = libpst.pc 10 pkgconfig_DATA = libpst.pc
11 endif 11 endif