--- projects/cms/source/ihost/Makefile.am 2003/02/05 23:02:12 1.10 +++ projects/cms/source/ihost/Makefile.am 2003/03/03 12:32:35 1.11 @@ -1,18 +1,16 @@ # Makefile for i-scream ihost # http://www.i-scream.org.uk/ -# $Id: Makefile.am,v 1.10 2003/02/05 23:02:12 tdb Exp $ +# $Id: Makefile.am,v 1.11 2003/03/03 12:32:35 tdb Exp $ AUTOMAKE_OPTIONS = gnu -SUBDIRS = libukcprog libstatgrab +SUBDIRS = libukcprog bin_PROGRAMS = ihost ihost_SOURCES = ihost.c -ihost_LDADD = ./libstatgrab/libstatgrab.a ./libukcprog/libukcprog.a +ihost_LDADD = ./libukcprog/libukcprog.a -bin_SCRIPTS = ihostchk.sh - -INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog +INCLUDES = -I@top_srcdir@/libukcprog if SETGIDKMEM # FreeBSD needs ihost to be setgid kmem