test_acquire_cred_LDADD: use libgssapi.la not ./libgssapi.la (make make -jN work)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12110 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-23 10:24:55 +00:00
parent 7ebfa1566c
commit 31d5e31d3c
2 changed files with 2 additions and 2 deletions

View File

@@ -62,4 +62,4 @@ noinst_PROGRAMS = test_acquire_cred
test_acquire_cred_SOURCES = test_acquire_cred.c
test_acquire_cred_LDADD = ./libgssapi.la
test_acquire_cred_LDADD = libgssapi.la

View File

@@ -62,4 +62,4 @@ noinst_PROGRAMS = test_acquire_cred
test_acquire_cred_SOURCES = test_acquire_cred.c
test_acquire_cred_LDADD = ./libgssapi.la
test_acquire_cred_LDADD = libgssapi.la