ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/examples/Makefile.am
Revision: 1.1
Committed: Tue May 20 14:10:58 2003 UTC (20 years, 11 months ago) by tdb
Branch: MAIN
Log Message:
Added building of examples. We don't, currently, install them though.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/examples
2     # http://www.i-scream.org/
3     # $Id$
4    
5     noinst_PROGRAMS = network_traffic
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