diff options
author | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:48:04 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:48:04 +0000 |
commit | 774de98a472fc25bb8162057e1ae88603d28cfd4 (patch) | |
tree | 0105175ce0c1f628c087d8f546061e76385a2834 /Makefile.am | |
parent | 6f79b22ae2db9b9114a8300a9710e21f9068e121 (diff) |
Import gen_srvtab as kasetkey and add the basic build framework.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..6f82c4e --- /dev/null +++ b/Makefile.am @@ -0,0 +1,15 @@ +# Makefile.am -- Top-level Automake makefile for wallet. +# $Id$ +# +# Written by Russ Allbery <rra@stanford.edu> +# Copyright 2006 Board of Trustees, Leland Stanford Jr. University +# See README for licensing terms. + +AUTOMAKE_OPTIONS = foreign subdir-objects +EXTRA_DIST = doc/design-acl doc/design-api doc/design-schema doc/notes + +bin_PROGRAMS = kasetkey/kasetkey +kasetkey_kasetkey_CPPFLAGS = @AFS_CPPFLAGS@ +kasetkey_kasetkey_LDFLAGS = @AFS_LDFLAGS@ +kasetkey_kasetkey_LDADD = -lkauth.krb -lprot -lubik -lauth -lrxkad -ldes \ + -lrx -llwp -lcom_err -lafsutil -lsys |