diff options
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index aa13a00..9b3bacd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,10 @@ # See README for licensing terms. AUTOMAKE_OPTIONS = foreign subdir-objects -EXTRA_DIST = doc/design-acl doc/design-api doc/design-schema doc/notes \ - tests/TESTS tests/client/basic-t.in tests/data/README \ - tests/data/cmd-fake tests/data/fake-keytab tests/data/wallet.conf +EXTRA_DIST = doc/design-acl doc/design-api doc/design-schema \ + doc/netdb-role-api doc/notes tests/TESTS tests/client/basic-t.in \ + tests/data/README tests/data/cmd-fake tests/data/fake-keytab \ + tests/data/wallet.conf bin_PROGRAMS = client/wallet kasetkey/kasetkey client_wallet_CPPFLAGS = @REMCTL_CPPFLAGS@ |