From c669a661db9635c39da669f9439fda80458abb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 5 Jun 2003 20:41:56 +0000 Subject: [PATCH] (libgssapi_la_SOURCES): add sequence.c (test_sequence): build git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12349 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/Makefile.am | 5 ++++- lib/gssapi/krb5/Makefile.am | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index c3b822cbb..d4317cc37 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -50,6 +50,7 @@ libgssapi_la_SOURCES = \ release_cred.c \ release_name.c \ release_oid_set.c \ + sequence.c \ process_context_token.c \ test_oid_set_member.c \ unwrap.c \ @@ -58,8 +59,10 @@ libgssapi_la_SOURCES = \ wrap.c \ address_to_krb5addr.c -noinst_PROGRAMS = test_acquire_cred +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 diff --git a/lib/gssapi/krb5/Makefile.am b/lib/gssapi/krb5/Makefile.am index c3b822cbb..d4317cc37 100644 --- a/lib/gssapi/krb5/Makefile.am +++ b/lib/gssapi/krb5/Makefile.am @@ -50,6 +50,7 @@ libgssapi_la_SOURCES = \ release_cred.c \ release_name.c \ release_oid_set.c \ + sequence.c \ process_context_token.c \ test_oid_set_member.c \ unwrap.c \ @@ -58,8 +59,10 @@ libgssapi_la_SOURCES = \ wrap.c \ address_to_krb5addr.c -noinst_PROGRAMS = test_acquire_cred +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