From 6095e1876b25c8d34f965217d6a9089043905997 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 9 Jun 2003 12:28:40 +0000 Subject: [PATCH] can't have sequence.c in two different places git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12357 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/Makefile.am | 9 ++------- lib/gssapi/krb5/Makefile.am | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) 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