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

Comparing projects/libstatgrab/src/statgrab/Makefile.am (file contents):
Revision 1.1 by tdb, Tue Aug 26 12:14:43 2003 UTC vs.
Revision 1.4 by tdb, Sat Oct 4 16:05:57 2003 UTC

# Line 2 | Line 2
2   # http://www.i-scream.org/
3   # $Id$
4  
5 + if STATGRAB
6   bin_PROGRAMS = statgrab
7 + bin_SCRIPTS = statgrab-make-mrtg-config statgrab-make-mrtg-index
8 + endif
9 +
10   statgrab_SOURCES = statgrab.c
11  
12   INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
13             -I$(top_srcdir)/src -I$(top_builddir)/src\
14             -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab
15  
16 < LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la
16 > LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @LINKFLAGS@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines