X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=tests%2Fcmd%2FMakefile.in;h=a0c82f91e50281b3ce426014f63968456662947b;hp=ff4beeefe1a43537357c64fbfd6c3a027857053a;hb=a9595ab04712b523db8b0ca934613aa1a60cda99;hpb=376e24b2ee910af99f65aba472e9553dc509aa5d diff --git a/tests/cmd/Makefile.in b/tests/cmd/Makefile.in index ff4beee..a0c82f9 100644 --- a/tests/cmd/Makefile.in +++ b/tests/cmd/Makefile.in @@ -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: