summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-20 23:00:52 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-20 23:00:52 -0800
commitaec6da7cd9509a34e8898c6b21da66937e332af3 (patch)
treeabd9589d7941adfff50b6e4170b73cdd81bb7d54 /Makefile.am
parent02eedafcb393ef771ab6231d6583c58d12b97837 (diff)
Include the TAP shell library in EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 162a0f1..495215c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ EXTRA_DIST = LICENSE autogen client/wallet.pod config/allow-extract \
tests/data/fake-srvtab tests/data/wallet.conf \
tests/docs/pod-spelling-t tests/docs/pod-t tests/server/admin-t \
tests/server/backend-t tests/server/keytab-t tests/server/report-t \
- $(PERL_FILES)
+ tests/tap/libtap.sh tests/tap/remctl.sh $(PERL_FILES)
noinst_LIBRARIES = portable/libportable.a util/libutil.a
portable_libportable_a_SOURCES = portable/dummy.c portable/krb5-extra.c \