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, 1 month 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

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab
2 tdb 1.13 # http://www.i-scream.org/libstatgrab/
3 tdb 1.14 # $Id: Makefile.am,v 1.13 2004/01/19 16:49:17 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.14 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 tdb 1.8
18 tdb 1.10 pkgconfigdir = $(libdir)/pkgconfig
19 tdb 1.8 pkgconfig_DATA = libstatgrab.pc