Revision: | 1.2 |
Committed: | Thu May 30 11:30:07 2002 UTC (22 years, 5 months ago) by tdb |
Branch: | MAIN |
Changes since 1.1: | +1 -0 lines |
Log Message: | Added the ihostchk.sh script to the build. It will automatically have the correct path to ihost and the pidfile location put in by the configure script :) |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | bin_PROGRAMS = ihost |
2 | ihost_SOURCES = ihost.c | ||
3 | ihost_LDADD = @top_srcdir@/libstatgrab/libstatgrab.a @top_srcdir@/libukcprog/libukcprog.a | ||
4 | tdb | 1.2 | bin_SCRIPTS = ihostchk.sh |
5 | tdb | 1.1 | INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog |
6 | SUBDIRS = libukcprog libstatgrab | ||
7 | AUTOMAKE_OPTIONS = foreign |