diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 14:46:56 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 14:46:56 -0800 |
commit | 80090f7f755576744e19230a8c14e640c4b99db0 (patch) | |
tree | 3a7ce2c111607e6ae19ecf7fc62df008bd63e483 /Makefile.am | |
parent | 196daba5166b86af6cb0841c055ba1f80e00acb1 (diff) |
Include .travis.yml in the distribution
We want it to propagate to the other repository branches for Debian
packaging so that it will turn off builds in those branches.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d1319f3..5da3295 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,7 +97,7 @@ PERL_DIRECTORIES = perl perl/lib perl/lib/Wallet perl/lib/Wallet/ACL \ perl/t/policy perl/t/style perl/t/util perl/t/verifier ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = .gitignore LICENSE autogen client/wallet.pod \ +EXTRA_DIST = .gitignore .travis.yml LICENSE autogen client/wallet.pod \ client/wallet-rekey.pod config/allow-extract config/keytab \ config/keytab.acl config/wallet config/wallet-report.acl \ docs/design contrib/README contrib/convert-srvtab-db \ |