tests: Add opr to the command test libraries
[openafs.git] / tests / cmd / Makefile.in
index ff4beee..a0c82f9 100644 (file)
@@ -9,7 +9,8 @@ MODULE_CFLAGS = -I$(srcdir)/..
 
 LIBS = ../tap/libtap.a \
        $(abs_top_builddir)/lib/libcmd.a \
-       $(abs_top_builddir)/lib/libcom_err.a \
+       $(abs_top_builddir)/lib/libafscom_err.a \
+       $(abs_top_builddir)/lib/libopr.a \
        $(abs_top_builddir)/lib/util.a
 
 tests = command-t
@@ -17,7 +18,7 @@ tests = command-t
 all check test tests: $(tests)
 
 command-t: command-t.o $(LIBS)
-       $(AFS_LDRULE) command-t.o $(LIBS) $(XLIBS)
+       $(AFS_LDRULE) command-t.o $(LIBS) $(LIB_roken) $(XLIBS)
 
 install: