ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile.am
Revision: 1.12
Committed: Sat Mar 29 18:05:07 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_5, IHOST_1_5_4
Changes since 1.11: +1 -6 lines
Log Message:
ihost now makes use of an external copy of libukcprog. This is
available as a seperate download. All files updated accordingly to make
this version 1.5.4.

File Contents

# Content
1 # Makefile for i-scream ihost
2 # http://www.i-scream.org.uk/
3 # $Id: Makefile.am,v 1.11 2003/03/03 12:32:35 tdb Exp $
4
5 AUTOMAKE_OPTIONS = gnu
6
7 bin_PROGRAMS = ihost
8 ihost_SOURCES = ihost.c
9
10 if SETGIDKMEM
11 # FreeBSD needs ihost to be setgid kmem
12 install-exec-local:
13 chgrp kmem @bindir@/ihost
14 chmod g+s @bindir@/ihost
15 else
16 install-exec-local:
17 endif
18
19 ChangeLog:
20 cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog