--- projects/libstatgrab/Makefile.am 2003/05/20 13:44:23 1.5 +++ projects/libstatgrab/Makefile.am 2004/02/06 14:18:37 1.14 @@ -1,10 +1,19 @@ # Makefile for libstatgrab -# http://www.i-scream.org.uk/ -# $Id: Makefile.am,v 1.5 2003/05/20 13:44:23 tdb Exp $ +# http://www.i-scream.org/libstatgrab/ +# $Id: Makefile.am,v 1.14 2004/02/06 14:18:37 tdb Exp $ AUTOMAKE_OPTIONS = gnu -SUBDIRS = src docs +SUBDIRS = src docs examples ChangeLog: - cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog + cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream" -g "-q" > ChangeLog + +EXTRA_DIST = libstatgrab.pc.in PLATFORMS COPYING COPYING.LGPL \ + extras/python/statgrabmodule.pyx extras/python/statgrabmodule.c + +extras/python/statgrabmodule.c: extras/python/statgrabmodule.pyx + pyrexc $< + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libstatgrab.pc