]> eyrie.org Git - kerberos/kstart.git/commitdiff
Add tests/data/perl.conf to the distribution release/4.2
authorRuss Allbery <eagle@eyrie.org>
Sat, 26 Dec 2015 01:00:17 +0000 (17:00 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sat, 26 Dec 2015 01:00:17 +0000 (17:00 -0800)
Makefile.am

index c92cfd70bf4c36b15b5a04b7c0019ae14225a83e..444ccc2a01f1e245842c62c034fb92d38af20f91 100644 (file)
@@ -8,18 +8,18 @@
 # See LICENSE for licensing terms.
 
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = .gitignore LICENSE autogen docs/k5start.pod docs/krenew.pod    \
-       examples/krenew-agent kstart.spec tests/README tests/TESTS          \
-       tests/data/README tests/data/command tests/data/fake-aklog          \
-       tests/docs/pod-spelling-t tests/docs/pod-t tests/k5start/afs-t      \
-       tests/k5start/basic-t tests/k5start/daemon-t tests/k5start/errors-t \
-       tests/k5start/flags-t tests/k5start/keyring-t                       \
-       tests/k5start/non-renewable-t tests/k5start/perms-t                 \
-       tests/k5start/sigchld-t tests/kafs/basic-t tests/krenew/afs-t       \
-       tests/krenew/basic-t tests/krenew/daemon-t tests/krenew/errors-t    \
-       tests/krenew/keyring-t tests/krenew/non-renewable-t                 \
-       tests/libtest.pl tests/tap/libtap.sh tests/tap/perl/Test/RRA.pm     \
-       tests/tap/perl/Test/RRA/Automake.pm                                 \
+EXTRA_DIST = .gitignore LICENSE autogen docs/k5start.pod docs/krenew.pod  \
+       examples/krenew-agent kstart.spec tests/README tests/TESTS        \
+       tests/data/README tests/data/command tests/data/fake-aklog        \
+       tests/data/perl.conf tests/docs/pod-spelling-t tests/docs/pod-t   \
+       tests/k5start/afs-t tests/k5start/basic-t tests/k5start/daemon-t  \
+       tests/k5start/errors-t tests/k5start/flags-t                      \
+       tests/k5start/keyring-t tests/k5start/non-renewable-t             \
+       tests/k5start/perms-t tests/k5start/sigchld-t tests/kafs/basic-t  \
+       tests/krenew/afs-t tests/krenew/basic-t tests/krenew/daemon-t     \
+       tests/krenew/errors-t tests/krenew/keyring-t                      \
+       tests/krenew/non-renewable-t tests/libtest.pl tests/tap/libtap.sh \
+       tests/tap/perl/Test/RRA.pm tests/tap/perl/Test/RRA/Automake.pm    \
        tests/tap/perl/Test/RRA/Config.pm tests/util/xmalloc-t
 
 # Enable AFS support when running distcheck.