tests: Move token faking code to its own file
[openafs.git] / tests / auth / Makefile.in
index d22c3d4..82fcc34 100644 (file)
@@ -22,8 +22,9 @@ authcon-t: authcon-t.o ../common/config.o
        $(AFS_LDRULE) authcon-t.o ../common/config.o \
                $(MODULE_LIBS)
 
-superuser-t: superuser-t.o ../common/config.o test.cs.o test.ss.o test.xdr.o
-       $(AFS_LDRULE) superuser-t.o ../common/config.o \
+superuser-t: superuser-t.o ../common/config.o ../common/rxkad.o \
+            test.cs.o test.ss.o test.xdr.o
+       $(AFS_LDRULE) superuser-t.o ../common/config.o ../common/rxkad.o \
                test.cs.o test.ss.o test.xdr.o \
                $(MODULE_LIBS)