From 1f55bc7f08a2e0442e556542fece375746275d34 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Wed, 5 Sep 2012 20:18:09 -0400 Subject: [PATCH] tests/auth: fixes for the opr libtool changes Add a missing line continuation backslash, and use the correct location for libafs_opr.la Change-Id: I52e44d36d9e1a9a0b3cd81c463f952072d4cbb48 Reviewed-on: http://gerrit.openafs.org/8045 Tested-by: Jeffrey Altman Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear --- tests/auth/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auth/Makefile.in b/tests/auth/Makefile.in index fe669c2cb..800fb47c6 100644 --- a/tests/auth/Makefile.in +++ b/tests/auth/Makefile.in @@ -14,7 +14,7 @@ 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)/lib/liboafs_opr.la \ + $(abs_top_builddir)/src/opr/liboafs_opr.la \ $(LIB_rfc3961) $(LIB_roken) -lafsutil\ $(XLIBS) @@ -24,7 +24,7 @@ authcon-t: authcon-t.o ../common/config.o superuser-t: superuser-t.o ../common/config.o ../common/rxkad.o \ test.cs.o test.ss.o test.xdr.o - $(LT_LDRULE_static) superuser-t.o ../common/config.o + $(LT_LDRULE_static) superuser-t.o ../common/config.o \ ../common/rxkad.o ../common/servers.o \ test.cs.o test.ss.o test.xdr.o \ $(MODULE_LIBS) -- 2.39.5