# | 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 |
14 | < | |
15 | < | INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog |
13 | > | INCLUDES = -I@top_srcdir@/libukcprog |
14 | ||
15 | if SETGIDKMEM | |
16 | # FreeBSD needs ihost to be setgid kmem |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |