diff --git a/tests/bin/Makefile.am b/tests/bin/Makefile.am index 914493fbe..98bb342f7 100644 --- a/tests/bin/Makefile.am +++ b/tests/bin/Makefile.am @@ -4,7 +4,7 @@ noinst_SCRIPTS = setup-env noinst_PROGRAMS = intr -nodist_intr_SOURCES = intr.c +intr_SOURCES = intr.c CHECK_LOCAL = no-check-local diff --git a/tests/kdc/Makefile.am b/tests/kdc/Makefile.am index 5175228b3..b556bdce5 100644 --- a/tests/kdc/Makefile.am +++ b/tests/kdc/Makefile.am @@ -296,8 +296,10 @@ EXTRA_DIST = \ check-delegation.in \ check-des.in \ check-digest.in \ + check-fast.in \ check-iprop.in \ check-kadmin.in \ + check-kinit.in \ check-hdb-mitdb.in \ check-kdc.in \ check-kdc-weak.in \