ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/Makefile.am
Revision: 1.14
Committed: Fri Feb 6 14:18:37 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.13: +6 -2 lines
Log Message:
Add the python wrappers to the Makefile so they're added to the dist.

File Contents

# Content
1 # Makefile for libstatgrab
2 # http://www.i-scream.org/libstatgrab/
3 # $Id: Makefile.am,v 1.13 2004/01/19 16:49:17 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 extras/python/statgrabmodule.pyx extras/python/statgrabmodule.c
14
15 extras/python/statgrabmodule.c: extras/python/statgrabmodule.pyx
16 pyrexc $<
17
18 pkgconfigdir = $(libdir)/pkgconfig
19 pkgconfig_DATA = libstatgrab.pc