diff options
| -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 | 
