From: Marc Dionne Date: Thu, 6 Sep 2012 00:18:09 +0000 (-0400) Subject: tests/auth: fixes for the opr libtool changes X-Git-Tag: upstream/1.8.0_pre1^2~2039 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1f55bc7f08a2e0442e556542fece375746275d34;p=packages%2Fo%2Fopenafs.git 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 --- 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)