ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/examples/Makefile.am
(Generate patch)

Comparing projects/libstatgrab/examples/Makefile.am (file contents):
Revision 1.2 by tdb, Thu Jun 5 16:03:20 2003 UTC vs.
Revision 1.9 by tdb, Sat Oct 4 16:05:56 2003 UTC

# Line 2 | Line 2
2   # http://www.i-scream.org/
3   # $Id$
4  
5 < noinst_PROGRAMS = network_traffic disk_traffic cpu_usage
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
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.la
13 > LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @LINKFLAGS@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines