Revision: | 1.6 |
Committed: | Sun Aug 24 21:59:09 2003 UTC (21 years, 2 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_5 |
Changes since 1.5: | +2 -2 lines |
Log Message: | Tidy page_stat.txt, and add the page stats stuff to the Makefiles. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libstatgrab/examples |
2 | # http://www.i-scream.org/ | ||
3 | tdb | 1.6 | # $Id: Makefile.am,v 1.5 2003/08/24 20:24:09 tdb Exp $ |
4 | tdb | 1.1 | |
5 | tdb | 1.6 | noinst_PROGRAMS = network_traffic disk_traffic cpu_usage load_stats process_stats os_info vm_stats user_list page_stats |
6 | tdb | 1.1 | |
7 | INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ | ||
8 | -I$(top_srcdir)/src -I$(top_builddir)/src | ||
9 | |||
10 | LDADD = $(top_builddir)/src/libstatgrab.la |