diff options
| author | Russ Allbery <rra@stanford.edu> | 2006-12-06 23:38:08 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2006-12-06 23:38:08 +0000 | 
| commit | 5692fc115e69a3bee092de8440252768f48f4135 (patch) | |
| tree | 63feef38291b26bd0fdab5458d9f001daa11bf28 | |
| parent | c7978dffe3f21a1470d4febcc06b90de02f40b78 (diff) | |
Include the NetDB role API notes in the distribution.
| -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@ | 
