Index: trunk/server/common/oursrc/accountadm/Makefile.in
===================================================================
--- trunk/server/common/oursrc/accountadm/Makefile.in	(revision 1693)
+++ trunk/server/common/oursrc/accountadm/Makefile.in	(revision 2105)
@@ -10,6 +10,6 @@
 all-local: admof signup-scripts-frontend
 
-admof: admof.c
-	$(CC) $(CPPFLAGS) $(CFLAGS) $< -L/usr/lib/afs -L/usr/lib64/afs -lprot -lauth -lrxkad -lubik -laudit -lsys -lrx -llwp -lsys -lafsutil -lcom_err -lresolv -lkrb5 -ldes -o $@
+admof: LDLIBS = -lafsauthent_pic -lafsrpc_pic -lresolv -lkrb5 -lpthread
+admof: admof.o
 
 install:
@@ -26,5 +26,5 @@
 
 clean:
-	rm -f admof signup-scripts-frontend
+	rm -f admof admof.o signup-scripts-frontend
 
 distclean: clean
