Revision: | 1.8 |
Committed: | Mon Sep 29 08:59:21 2003 UTC (21 years, 1 month ago) by tdb |
Branch: | MAIN |
Changes since 1.7: | +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/examples |
2 | # http://www.i-scream.org/ |
3 | # $Id: Makefile.am,v 1.7 2003/08/26 12:14:43 tdb Exp $ |
4 | |
5 | noinst_PROGRAMS = network_traffic disk_traffic cpu_usage load_stats process_stats os_info vm_stats user_list page_stats |
6 | |
7 | INCLUDES = -I$(top_srcdir) -I$(top_builddir)\ |
8 | -I$(top_srcdir)/src -I$(top_builddir)/src\ |
9 | -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab |
10 | |
11 | LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @LINKFLAGS@ |