summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-03 23:28:32 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-03 23:28:32 +0000
commit5cb6d4edad2bc0b591157da135766827a65e05c6 (patch)
tree4bc39a6cd69ebae40543dfadc2bd49f7efb91c20 /Makefile.am
parenta7fc07727aeb437ddbe53c33c2dabde0a17db126 (diff)
Fix the AFS library detection so that kasetkey will build on our ancient
Solaris 8 system.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 47ba136..63f4fb4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ client_wallet_LDFLAGS = @REMCTL_LDFLAGS@
client_wallet_LDADD = -lremctl
kasetkey_kasetkey_CPPFLAGS = @AFS_CPPFLAGS@
kasetkey_kasetkey_LDFLAGS = @AFS_LDFLAGS@
-kasetkey_kasetkey_LDADD = -lafsauthent -lafsrpc -lpthread -lkrb4
+kasetkey_kasetkey_LDADD = @AFS_LIBS@ -lkrb4
dist_man_MANS = kasetkey/kasetkey.8