From 6871d2375d4ad82372c609367b1454210841d405 Mon Sep 17 00:00:00 2001 From: "Chas Williams (CONTRACTOR)" Date: Thu, 3 Jul 2014 11:02:40 -0400 Subject: [PATCH] auth: Fix library dependencies so that tests build again Reviewed-on: http://gerrit.openafs.org/11311 Reviewed-by: Benjamin Kaduk Tested-by: BuildBot Reviewed-by: Jeffrey Altman (cherry picked from commit 668b1765478eb32b5d0895d25301773e412df7a0) Change-Id: I581a23201832bdfbe7d14eb15d09409936e91eb0 Reviewed-on: http://gerrit.openafs.org/11350 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Tested-by: Stephan Wiesand Reviewed-by: Stephan Wiesand --- src/auth/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/test/Makefile.in b/src/auth/test/Makefile.in index 7582137eb..a691d81f4 100644 --- a/src/auth/test/Makefile.in +++ b/src/auth/test/Makefile.in @@ -12,7 +12,7 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -LIBS= ../libauth.a ${TOP_LIBDIR}/librx.a ${TOP_LIBDIR}/libsys.a \ +LIBS= ../libauth.a ${TOP_LIBDIR}/libsys.a ${TOP_LIBDIR}/librx.a \ ${TOP_LIBDIR}/liblwp.a ${TOP_LIBDIR}/util.a ${XLIBS} tests all: testcellconf ktctest -- 2.39.5