ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/examples/Makefile.am
Revision: 1.8
Committed: Mon Sep 29 08:59:21 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.7: +2 -2 lines
Log Message:
Seperate out the flags used to link against libstatgrab. We use them to
compile the examples and statgrab. They're also in the pkg-config file to
allow other app's to know which libraries they'll need.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/examples
2     # http://www.i-scream.org/
3 tdb 1.8 # $Id: Makefile.am,v 1.7 2003/08/26 12:14:43 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 tdb 1.7 INCLUDES = -I$(top_srcdir) -I$(top_builddir)\
8     -I$(top_srcdir)/src -I$(top_builddir)/src\
9     -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab
10 tdb 1.1
11 tdb 1.8 LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @LINKFLAGS@