(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
This commit is contained in:
Love Hörnquist Åstrand
2003-06-05 20:41:56 +00:00
parent f24cb76b05
commit c669a661db
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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