diff options
author | Russ Allbery <rra@stanford.edu> | 2007-03-09 04:06:46 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-03-09 04:06:46 +0000 |
commit | f4d4df63f4d29150896414c5673e9efdcd780308 (patch) | |
tree | c38d6ec4be0b4238fcbef8c009b3acbc58246a27 | |
parent | 2982eb4ed79755c7887aba0b02eb880eb97f8191 (diff) |
Add system.h to the sources for client/wallet.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8d92f60..b23a5e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ EXTRA_DIST = docs/design-acl docs/design-api docs/design-schema \ tests/data/cmd-fake tests/data/fake-keytab tests/data/wallet.conf bin_PROGRAMS = client/wallet kasetkey/kasetkey +client_wallet_SOURCES = client/wallet.c system.h client_wallet_CPPFLAGS = @REMCTL_CPPFLAGS@ client_wallet_LDFLAGS = @REMCTL_LDFLAGS@ client_wallet_LDADD = -lremctl |