X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=tests%2Frx%2FMakefile.in;h=f629d1bf7fd39bcabe90cf9075bb4b322fd0bc60;hp=d24c53cf37d82660091a7768f6281c21b021d0d5;hb=49329541a13cdee3361d0246256a27d2a5ee8bef;hpb=02f470e99d5853808bca532ff953c2bbc0b8176c diff --git a/tests/rx/Makefile.in b/tests/rx/Makefile.in index d24c53c..f629d1b 100644 --- a/tests/rx/Makefile.in +++ b/tests/rx/Makefile.in @@ -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