Revision: | 1.7 |
Committed: | Tue Aug 26 12:14:43 2003 UTC (21 years, 3 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_5_1 |
Changes since 1.6: | +5 -4 lines |
Log Message: | Move the world around a bit to allow for subdirs in src. |
# | Content |
---|---|
1 | # Makefile for libstatgrab/examples |
2 | # http://www.i-scream.org/ |
3 | # $Id: Makefile.am,v 1.6 2003/08/24 21:59:09 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 |