ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/statgrab/Makefile.am
Revision: 1.1
Committed: Tue Aug 26 12:14:43 2003 UTC (20 years, 9 months ago) by tdb
Branch: MAIN
Log Message:
Move the world around a bit to allow for subdirs in src.

File Contents

# Content
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