From 470e3f06d444413807208ba86bc5c83dbc744db9 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 7 Apr 2011 18:07:32 +0100 Subject: [PATCH] tests: Remove spurious rxgk reference A reference to the rxgk library crept into auth Makefile ahead of time. Remove it so that tests can continue to work in trees without rxgk. Change-Id: Ic1392aebf657d458a55f2dcf685d0616f0573622 Reviewed-on: http://gerrit.openafs.org/4446 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- tests/auth/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auth/Makefile.in b/tests/auth/Makefile.in index 8afde8b..e378b3c 100644 --- a/tests/auth/Makefile.in +++ b/tests/auth/Makefile.in @@ -12,7 +12,6 @@ all check test tests: $(TESTS) MODULE_LIBS = ../tap/libtap.a \ $(abs_top_builddir)/lib/libafsauthent.a \ - $(abs_top_builddir)/lib/librxgk.a \ $(abs_top_builddir)/lib/libafsrpc.a \ $(abs_top_builddir)/lib/libafshcrypto.a \ $(LIB_rfc3961) $(LIB_roken) -lafsutil\ -- 1.9.4