rx: Build libtool library
[openafs.git] / tests / rx / Makefile.in
index 17b510a..f629d1b 100644 (file)
@@ -8,16 +8,16 @@ include @TOP_OBJDIR@/src/config/Makefile.pthread
 MODULE_CFLAGS = -I$(srcdir)/../..
 
 LIBS = ../tap/libtap.a \
-       $(abs_top_builddir)/lib/libafsrpc.a \
-       $(abs_top_builddir)/lib/libopr.a
+       $(abs_top_builddir)/src/rx/liboafs_rx.la
 
 tests = event-t
 
 all check test tests: $(tests)
 
 event-t: event-t.o $(LIBS)
-       $(AFS_LDRULE) event-t.o $(LIBS) $(LIB_roken) $(XLIBS)
+       $(LT_LDRULE_static) event-t.o $(LIBS) $(LIB_roken) $(XLIBS)
 install:
 
 clean distclean:
+       $(LT_clean)
        $(RM) -f $(tests) *.o core