ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/statgrab/Makefile.am
Revision: 1.2
Committed: Thu Aug 28 11:26:42 2003 UTC (20 years, 8 months ago) by ats
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_5_1
Changes since 1.1: +2 -1 lines
Log Message:
Add scripts to generate MRTG config and index page from statgrab output.

File Contents

# Content
1 # Makefile for libstatgrab/src/statgrab
2 # http://www.i-scream.org/
3 # $Id: Makefile.am,v 1.1 2003/08/26 12:14:43 tdb Exp $
4
5 bin_PROGRAMS = statgrab
6 bin_SCRIPTS = statgrab-make-mrtg-config statgrab-make-mrtg-index
7 statgrab_SOURCES = statgrab.c
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