From 40b43a15b86d4159f7de478ed5e2ace543b7687a Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sat, 2 Feb 2013 07:22:50 +0000 Subject: [PATCH 1/1] tests: Don't use libafsauthent Use liboafs_auth.la directly, rather than using libafsauthent, to build the auth tests Change-Id: Idf0e7a32626802b6113d21833ded09d9e20e3659 Reviewed-on: http://gerrit.openafs.org/9023 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- tests/auth/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/auth/Makefile.in b/tests/auth/Makefile.in index 3b82687..4cdb639 100644 --- a/tests/auth/Makefile.in +++ b/tests/auth/Makefile.in @@ -11,11 +11,7 @@ MODULE_CFLAGS=-I$(srcdir)/../.. -I$(srcdir)/../common/ all check test tests: $(TESTS) MODULE_LIBS = ../tap/libtap.a \ - $(abs_top_builddir)/lib/libafsauthent.a \ - $(abs_top_builddir)/lib/libafsrpc.a \ - $(abs_top_builddir)/lib/libafshcrypto.a \ - $(abs_top_builddir)/src/opr/liboafs_opr.la \ - $(abs_top_builddir)/src/util/liboafs_util.la \ + $(abs_top_builddir)/src/auth/liboafs_auth.la \ $(LIB_rfc3961) $(LIB_roken) \ $(XLIBS) -- 1.9.4