build-sys: unlink kill from procps

kill doesn't use any symbols from libprocps so we don't need to
link to it.
This commit is contained in:
Craig Small 2015-09-26 09:19:28 +10:00
parent f65121ef74
commit 1b6e5ae11e

View File

@ -79,6 +79,7 @@ if BUILD_KILL
bin_PROGRAMS += kill
dist_man_MANS += kill.1
kill_SOURCES = kill.c lib/strutils.c lib/fileutils.c lib/signals.c
kill_LDADD =
else
EXTRA_DIST += kill.1
endif