Revision: | 1.9 |
Committed: | Tue Oct 7 22:07:37 2003 UTC (21 years ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_6 |
Changes since 1.8: | +2 -2 lines |
Log Message: | Allow user to specify a different pkgconfig directory. Default is the sensible one (prefix/lib/pkgconfig). Main reason was that on FreeBSD they use prefix/libdata/pkgconfig, so a simple configure flag made it easier to do the port :-) |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libstatgrab |
2 | tdb | 1.6 | # http://www.i-scream.org/ |
3 | tdb | 1.9 | # $Id: Makefile.am,v 1.8 2003/09/26 21:11:30 tdb Exp $ |
4 | tdb | 1.1 | |
5 | AUTOMAKE_OPTIONS = gnu | ||
6 | |||
7 | tdb | 1.7 | SUBDIRS = src docs examples |
8 | tdb | 1.1 | |
9 | ChangeLog: | ||
10 | tdb | 1.6 | cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream" -g "-q" > ChangeLog |
11 | tdb | 1.8 | |
12 | EXTRA_DIST = libstatgrab.pc.in | ||
13 | |||
14 | tdb | 1.9 | pkgconfigdir = @PKGCONFIG_DIR@ |
15 | tdb | 1.8 | pkgconfig_DATA = libstatgrab.pc |