tests: Don't use libafsauthent
authorSimon Wilkinson <sxw@your-file-system.com>
Sat, 2 Feb 2013 07:22:50 +0000 (07:22 +0000)
committerDerrick Brashear <shadow@your-file-system.com>
Sat, 2 Feb 2013 13:20:19 +0000 (05:20 -0800)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

tests/auth/Makefile.in

index 3b82687..4cdb639 100644 (file)
@@ -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)