doc: fix examples of direct volume access
[openafs.git] / Makefile.in
index f46d149..725ec3e 100644 (file)
@@ -567,7 +567,7 @@ afsmonitor: cmd comerr gtx xstat
                echo Not building afsmonitor, because no curses-headers found. ; \
        fi
 
-tests: rxtests ubiktests rpctestlib
+tests: rxtests ubiktests rpctestlib viced
 
 # pthread based user space RX library
 libafsrpc: rx rxkad rxstat fsint hcrypto
@@ -671,6 +671,9 @@ finale_nolibafs: project cmd comerr afsd butc tbutc tbudb libuafs audit kauth lo
        tools platform kopenafs authtools $(DIR_roken)
        +${COMPILE_PART1} finale ${COMPILE_PART2}
 
+rpctestlib: util fsint rx opr libafsrpc libafsauthent
+       +${TEST_PART1} rpctestlib  ${COMPILE_PART2}
+
 check test: finale
        cd tests && $(MAKE) check
 
@@ -829,6 +832,7 @@ distclean: clean
        src/comerr/test/Makefile \
        src/config/Makefile \
        src/config/Makefile.config \
+       src/config/Makefile.libtool \
        src/config/Makefile.lwp \
        src/config/Makefile.pthread \
        src/config/Makefile.shared \