Revision: | 1.1 |
Committed: | Tue Aug 26 12:14:43 2003 UTC (21 years, 2 months ago) by tdb |
Branch: | MAIN |
Log Message: | Move the world around a bit to allow for subdirs in src. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libstatgrab/src/statgrab |
2 | # http://www.i-scream.org/ | ||
3 | # $Id$ | ||
4 | |||
5 | bin_PROGRAMS = statgrab | ||
6 | statgrab_SOURCES = statgrab.c | ||
7 | |||
8 | INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ | ||
9 | -I$(top_srcdir)/src -I$(top_builddir)/src\ | ||
10 | -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab | ||
11 | |||
12 | LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la |