Revision: | 1.17 |
Committed: | Sat Mar 20 19:25:19 2004 UTC (20 years, 7 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_17, LIBSTATGRAB_0_16, LIBSTATGRAB_0_15, LIBSTATGRAB_0_14, LIBSTATGRAB_0_13, LIBSTATGRAB_0_12, LIBSTATGRAB_0_11_1, LIBSTATGRAB_0_11, LIBSTATGRAB_0_10_3, LIBSTATGRAB_0_10_2, LIBSTATGRAB_0_10_1, LIBSTATGRAB_0_10, HEAD |
Changes since 1.16: | +2 -7 lines |
Log Message: | The libstatgrab python bindings are now their own package - pystatgrab. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libstatgrab |
2 | tdb | 1.13 | # http://www.i-scream.org/libstatgrab/ |
3 | tdb | 1.17 | # $Id: Makefile.am,v 1.16 2004/02/09 23:18:35 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 | tdb | 1.17 | EXTRA_DIST = libstatgrab.pc.in PLATFORMS COPYING COPYING.LGPL |
13 | tdb | 1.8 | |
14 | tdb | 1.10 | pkgconfigdir = $(libdir)/pkgconfig |
15 | tdb | 1.8 | pkgconfig_DATA = libstatgrab.pc |