ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile.am
Revision: 1.9
Committed: Fri May 31 13:34:59 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_0_RC1
Changes since 1.8: +2 -2 lines
Log Message:
Some fixes to make it work with an older autoconf. Plus a few other tweaks.
Thanks to Chris Ryder for pointing this out to me :)

File Contents

# Content
1 # Makefile for i-scream ihost
2 # http://www.i-scream.org.uk/
3 # $Id: Makefile.am,v 1.8 2002/05/31 09:42:42 tdb Exp $
4
5 AUTOMAKE_OPTIONS = gnu
6
7 SUBDIRS = libukcprog libstatgrab
8
9 bin_PROGRAMS = ihost
10 ihost_SOURCES = ihost.c
11 ihost_LDADD = ./libstatgrab/libstatgrab.a ./libukcprog/libukcprog.a
12
13 bin_SCRIPTS = ihostchk.sh
14
15 INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog
16
17 if SETGIDKMEM
18 # FreeBSD needs ihost to be setgid kmem
19 install-exec-local:
20 chgrp kmem @bindir@/ihost
21 chmod g+s @bindir@/ihost
22 else
23 install-exec-local:
24 endif
25
26 ChangeLog:
27 cvs2cl --stdout -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog