From 31d5e31d3c8a896fa016fa2ee031fde5dcdf828f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 23 Apr 2003 10:24:55 +0000 Subject: [PATCH] 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 --- lib/gssapi/Makefile.am | 2 +- lib/gssapi/krb5/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index d1acbd4b7..47728aa48 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -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 diff --git a/lib/gssapi/krb5/Makefile.am b/lib/gssapi/krb5/Makefile.am index d1acbd4b7..47728aa48 100644 --- a/lib/gssapi/krb5/Makefile.am +++ b/lib/gssapi/krb5/Makefile.am @@ -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