Mercurial > libpst
comparison Makefile.am @ 122:bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 02 Feb 2009 21:55:48 -0800 |
parents | f50f4321aa2d |
children | e35fd42bac05 |
comparison
equal
deleted
inserted
replaced
121:8399ef94c11b | 122:bdb38b434c0a |
---|---|
1 SUBDIRS = src man html info debian libpst | 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 | |
7 pkgconfig_DATA = libpst.pc | |
8 | |
9 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) | 6 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) |
10 | 7 |
11 if !STATIC_TOOLS | 8 if !STATIC_TOOLS |
12 libpstincludedir = $(includedir)/libpst | 9 pkgconfigdir = $(libdir)/pkgconfig |
13 libpstinclude_HEADERS = config.h | 10 pkgconfig_DATA = libpst.pc |
14 endif | 11 endif |