Windows: rename 'rbytes' to 'rxbytes' for clarity
[openafs.git] / tests / rx / Makefile.in
index d24c53c..f629d1b 100644 (file)
@@ -5,19 +5,19 @@ abs_top_builddir=@abs_top_builddir@
 include @TOP_OBJDIR@/src/config/Makefile.config
 include @TOP_OBJDIR@/src/config/Makefile.pthread
 
-MODULE_CFLAGS = -I$(srcdir)/..
+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