From 6fc284bf6c31956d75bfa44ece8f8eaaa5683a90 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 10 Jun 2011 00:19:38 +1200 Subject: [PATCH] Fix testUfs deps for --disable-auth --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0991295282..d4339a1440 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2541,7 +2541,7 @@ tests_testUfs_LDADD = \ anyp/libanyp.la \ $(DISK_LIBS) \ $(DISK_OS_LIBS) \ - auth/libacls.la \ + $(AUTH_ACL_LIBS) \ ident/libident.la \ eui/libeui.la \ acl/libstate.la \ -- 2.47.2