aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-03-09 06:01:28 +0000
committerRuss Allbery <rra@stanford.edu>2007-03-09 06:01:28 +0000
commitb308ed1327e6becaf02b352edd19ebbe344042d6 (patch)
treec9102b17fdd11a3ee7e9b7bf2421d493fb8931f2 /Makefile.am
parent5bba7fc8518efc0a4a1cffac91e4c10a49e961eb (diff)
Install kasetkey in sbin, not bin.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b23a5e8..7868046 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,8 @@ EXTRA_DIST = docs/design-acl docs/design-api docs/design-schema \
tests/TESTS tests/client/basic-t.in tests/data/README \
tests/data/cmd-fake tests/data/fake-keytab tests/data/wallet.conf
-bin_PROGRAMS = client/wallet kasetkey/kasetkey
+bin_PROGRAMS = client/wallet
+sbin_PROGRAMS = kasetkey/kasetkey
client_wallet_SOURCES = client/wallet.c system.h
client_wallet_CPPFLAGS = @REMCTL_CPPFLAGS@
client_wallet_LDFLAGS = @REMCTL_LDFLAGS@