Revision: | 1.3 |
Committed: | Mon Sep 29 08:59:21 2003 UTC (21 years, 1 month ago) by tdb |
Branch: | MAIN |
Changes since 1.2: | +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. |
# | Content |
---|---|
1 | # Makefile for libstatgrab/src/statgrab |
2 | # http://www.i-scream.org/ |
3 | # $Id: Makefile.am,v 1.2 2003/08/28 11:26:42 ats 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 @LINKFLAGS@ |