From fd5174d918a5d75f64b122c8433a3c431cb8e454 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 23 Oct 2011 17:40:20 +0100 Subject: [PATCH] tests: Add opr library for ktime test The ktime tests need libopr for the lcstring routines. Add the dependency. Change-Id: I6902537236fbf35a654a3a4d70fa8f2df89e2a92 Reviewed-on: http://gerrit.openafs.org/5664 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- tests/util/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/util/Makefile.in b/tests/util/Makefile.in index df129e5..f99a959 100644 --- a/tests/util/Makefile.in +++ b/tests/util/Makefile.in @@ -7,7 +7,9 @@ include @TOP_OBJDIR@/src/config/Makefile.lwp MODULE_CFLAGS = -I$(srcdir)/.. -LIBS = ../tap/libtap.a $(abs_top_builddir)/lib/util.a +LIBS = ../tap/libtap.a \ + $(abs_top_builddir)/lib/util.a \ + $(abs_top_builddir)/lib/libopr.a tests = ktime-t exec-alt-t -- 1.9.4