ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile.am
Revision: 1.14
Committed: Mon May 31 13:52:27 2004 UTC (19 years, 11 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_8, HEAD
Changes since 1.13: +2 -2 lines
Log Message:
Prepare new release of ihost.

File Contents

# Content
1 # Makefile for i-scream ihost
2 # http://www.i-scream.org/cms/
3 # $Id: Makefile.am,v 1.13 2003/05/20 13:57:47 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:/cvs/i-scream" -g "-q" > ChangeLog