From f4d4df63f4d29150896414c5673e9efdcd780308 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 9 Mar 2007 04:06:46 +0000 Subject: Add system.h to the sources for client/wallet. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3