ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/examples/Makefile.am
Revision: 1.4
Committed: Sun Aug 24 16:18:19 2003 UTC (20 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.3: +2 -2 lines
Log Message:
Add latest docs and examples.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/examples
2     # http://www.i-scream.org/
3 tdb 1.4 # $Id: Makefile.am,v 1.3 2003/08/21 22:32:30 tdb Exp $
4 tdb 1.1
5 tdb 1.4 noinst_PROGRAMS = network_traffic disk_traffic cpu_usage load_stats process_stats os_info
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