ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/examples/Makefile.am
Revision: 1.10
Committed: Mon Jan 19 16:49:19 2004 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8_2, LIBSTATGRAB_0_8_1
Changes since 1.9: +2 -2 lines
Log Message:
A whole bunch of minor cosmetic changes.

File Contents

# Content
1 # Makefile for libstatgrab/examples
2 # http://www.i-scream.org/libstatgrab/
3 # $Id: Makefile.am,v 1.9 2003/10/04 16:05:56 tdb Exp $
4
5 if EXAMPLES
6 noinst_PROGRAMS = network_traffic disk_traffic cpu_usage load_stats process_stats os_info vm_stats user_list page_stats
7 endif
8
9 INCLUDES = -I$(top_srcdir) -I$(top_builddir)\
10 -I$(top_srcdir)/src -I$(top_builddir)/src\
11 -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab
12
13 LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @LINKFLAGS@