--- projects/libstatgrab/Makefile.am 2003/02/19 18:49:18 1.2 +++ projects/libstatgrab/Makefile.am 2004/02/09 23:18:35 1.16 @@ -1,13 +1,20 @@ # Makefile for libstatgrab -# http://www.i-scream.org.uk/ -# $Id: Makefile.am,v 1.2 2003/02/19 18:49:18 tdb Exp $ +# http://www.i-scream.org/libstatgrab/ +# $Id: Makefile.am,v 1.16 2004/02/09 23:18:35 tdb Exp $ AUTOMAKE_OPTIONS = gnu -include_HEADERS = statgrab.h -lib_LTLIBRARIES = libstatgrab.la +SUBDIRS = src docs examples -libstatgrab_la_SOURCES = cpu_stats.c disk_stats.c load_stats.c memory_stats.c network_stats.o os_info.c page_stats.c process_stats.c swap_stats.c user_stats.c - 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/statgrab.pyx extras/python/statgrab.c \ + extras/python/setup.py + +extras/python/statgrab.c: extras/python/statgrab.pyx + pyrexc $< + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libstatgrab.pc