--- projects/libstatgrab/Makefile.am 2003/02/18 22:01:48 1.1 +++ projects/libstatgrab/Makefile.am 2003/02/19 18:49:18 1.2 @@ -1,12 +1,13 @@ # Makefile for libstatgrab # http://www.i-scream.org.uk/ -# $Id: Makefile.am,v 1.1 2003/02/18 22:01:48 tdb Exp $ +# $Id: Makefile.am,v 1.2 2003/02/19 18:49:18 tdb Exp $ AUTOMAKE_OPTIONS = gnu -lib_LIBRARIES = libstatgrab.a -libstatgrab_a_SOURCES = cpu_stats.c disk_stats.c load_stats.c memory_stats.c network_stats.o os_info.c process_stats.c swap_stats.c user_stats.c include_HEADERS = statgrab.h +lib_LTLIBRARIES = libstatgrab.la + +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