tests/auth: fixes for the opr libtool changes
authorMarc Dionne <marc.c.dionne@gmail.com>
Thu, 6 Sep 2012 00:18:09 +0000 (20:18 -0400)
committerDerrick Brashear <shadow@your-file-system.com>
Thu, 6 Sep 2012 11:45:04 +0000 (04:45 -0700)
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 <jaltman@your-file-system.com>
Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

tests/auth/Makefile.in

index fe669c2..800fb47 100644 (file)
@@ -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)