Revision: | 1.3 |
Committed: | Thu Aug 21 22:32:30 2003 UTC (21 years, 3 months ago) by tdb |
Branch: | MAIN |
Changes since 1.2: | +2 -2 lines |
Log Message: | Add the load stats to the Makefile. |
# | Content |
---|---|
1 | # Makefile for libstatgrab/examples |
2 | # http://www.i-scream.org/ |
3 | # $Id: Makefile.am,v 1.2 2003/06/05 16:03:20 tdb Exp $ |
4 | |
5 | noinst_PROGRAMS = network_traffic disk_traffic cpu_usage load_stats |
6 | |
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 |