diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index d4317cc37..7edceaefe 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -59,10 +59,5 @@ libgssapi_la_SOURCES = \ wrap.c \ address_to_krb5addr.c -noinst_PROGRAMS = test_acquire_cred test_sequence - -test_acquire_cred_SOURCES = test_acquire_cred.c - -test_acquire_cred_LDADD = libgssapi.la - -test_sequence_SOURCES = test_sequence.c sequence.c +check_PROGRAMS = test_acquire_cred test_sequence +LDADD = libgssapi.la diff --git a/lib/gssapi/krb5/Makefile.am b/lib/gssapi/krb5/Makefile.am index d4317cc37..7edceaefe 100644 --- a/lib/gssapi/krb5/Makefile.am +++ b/lib/gssapi/krb5/Makefile.am @@ -59,10 +59,5 @@ libgssapi_la_SOURCES = \ wrap.c \ address_to_krb5addr.c -noinst_PROGRAMS = test_acquire_cred test_sequence - -test_acquire_cred_SOURCES = test_acquire_cred.c - -test_acquire_cred_LDADD = libgssapi.la - -test_sequence_SOURCES = test_sequence.c sequence.c +check_PROGRAMS = test_acquire_cred test_sequence +LDADD = libgssapi.la