diff options
author | Russ Allbery <rra@stanford.edu> | 2013-03-27 14:07:31 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-03-27 15:18:04 -0700 |
commit | 4f20612470ed45ce87ad5d66ef3b80ad9632c313 (patch) | |
tree | b381abf4551aa396093d80cdc12771d0bc4acc49 | |
parent | 89ee9bc59ab79881baa898b40ae9c1d7a118ab36 (diff) |
Remove obsolete files from the distribution
Remove tests/data/README (now moved to tests/config) and perl/t/schema.t
(rolled into admin.t). Add tests/config/README.
Change-Id: I632c5c97064299ac5a63c53b78c5abbd1dd364d6
Reviewed-on: https://gerrit.stanford.edu/977
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index fa70b4f..fd87dd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,7 @@ PERL_FILES = perl/Wallet/ACL.pm perl/Wallet/ACL/Base.pm \ perl/t/data/netdb.conf perl/t/data/netdb-fake perl/t/file.t \ perl/t/init.t perl/t/kadmin.t perl/t/keytab.t perl/t/lib/Util.pm \ perl/t/object.t perl/t/pod-spelling.t perl/t/pod.t perl/t/report.t \ - perl/t/schema.t perl/t/server.t perl/t/verifier-netdb.t \ - perl/t/verifier.t + perl/t/server.t perl/t/verifier-netdb.t perl/t/verifier.t ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = .gitignore LICENSE autogen client/wallet.pod \ @@ -36,7 +35,7 @@ EXTRA_DIST = .gitignore LICENSE autogen client/wallet.pod \ contrib/wallet-unknown-hosts docs/design-acl docs/design-api \ docs/netdb-role-api docs/notes docs/objects-and-schemes docs/setup \ docs/stanford-naming examples/stanford.conf tests/TESTS \ - tests/data/README tests/data/allow-extract tests/data/basic.conf \ + tests/config/README tests/data/allow-extract tests/data/basic.conf \ tests/data/cmd-fake tests/data/cmd-wrapper tests/data/fake-data \ tests/data/fake-kadmin tests/data/fake-keytab \ tests/data/fake-keytab-2 tests/data/fake-keytab-foreign \ |