Revision: | 1.13 |
Committed: | Mon Jan 19 16:49:17 2004 UTC (20 years, 9 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_8_1 |
Changes since 1.12: | +2 -2 lines |
Log Message: | A whole bunch of minor cosmetic changes. |
# | Content |
---|---|
1 | # Makefile for libstatgrab |
2 | # http://www.i-scream.org/libstatgrab/ |
3 | # $Id: Makefile.am,v 1.12 2004/01/16 15:54:51 tdb Exp $ |
4 | |
5 | AUTOMAKE_OPTIONS = gnu |
6 | |
7 | SUBDIRS = src docs examples |
8 | |
9 | ChangeLog: |
10 | cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream" -g "-q" > ChangeLog |
11 | |
12 | EXTRA_DIST = libstatgrab.pc.in PLATFORMS COPYING COPYING.LGPL |
13 | |
14 | pkgconfigdir = $(libdir)/pkgconfig |
15 | pkgconfig_DATA = libstatgrab.pc |