ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile.am
(Generate patch)

Comparing projects/cms/source/ihost/Makefile.am (file contents):
Revision 1.8 by tdb, Fri May 31 09:42:42 2002 UTC vs.
Revision 1.11 by tdb, Mon Mar 3 12:32:35 2003 UTC

# Line 4 | Line 4
4  
5   AUTOMAKE_OPTIONS = gnu
6  
7 < SUBDIRS = libukcprog libstatgrab
7 > SUBDIRS = libukcprog
8  
9   bin_PROGRAMS = ihost
10   ihost_SOURCES = ihost.c
11 < ihost_LDADD = ./libstatgrab/libstatgrab.a ./libukcprog/libukcprog.a
11 > ihost_LDADD = ./libukcprog/libukcprog.a
12  
13 < bin_SCRIPTS = ihostchk.sh
13 > INCLUDES = -I@top_srcdir@/libukcprog
14  
15 INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog
16
15   if SETGIDKMEM
16   # FreeBSD needs ihost to be setgid kmem
17   install-exec-local:
# Line 23 | Line 21 | else
21   install-exec-local:
22   endif
23  
24 < changelog:
25 <        cvs2cl --stdout -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog
24 > ChangeLog:
25 >        cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines