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
This commit is contained in:
Johan Danielsson
2003-06-09 12:28:40 +00:00
parent e393de2f14
commit 6095e1876b
2 changed files with 4 additions and 14 deletions

View File

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

View File

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