ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile.am
Revision: 1.13
Committed: Tue May 20 13:57:47 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_7, IHOST_1_5_6
Changes since 1.12: +3 -3 lines
Log Message:
Change i-scream.org.uk to i-scream.org.

File Contents

# User Rev Content
1 tdb 1.8 # Makefile for i-scream ihost
2 tdb 1.13 # http://www.i-scream.org/
3     # $Id: Makefile.am,v 1.12 2003/03/29 18:05:07 tdb Exp $
4 tdb 1.8
5     AUTOMAKE_OPTIONS = gnu
6    
7 tdb 1.1 bin_PROGRAMS = ihost
8     ihost_SOURCES = ihost.c
9 tdb 1.3
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 tdb 1.4 else
16     install-exec-local:
17 tdb 1.3 endif
18 tdb 1.5
19 tdb 1.9 ChangeLog:
20 tdb 1.13 cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream" -g "-q" > ChangeLog