]> code.citadel.org Git - citadel.git/blobdiff - citadel/Makefile
Now I have a machine gun that can write ctdluser records. Ho-ho-ho.
[citadel.git] / citadel / Makefile
index fca990be441065060e95faa40f1d8bec64c05d00..edd3d0282ee69a0d54a714cc4beb283549b2b1d6 100644 (file)
@@ -52,8 +52,8 @@ chkpwd: utils/chkpwd.c utils/auth.c utils/*.h server/*.h
 ctdldump: utils/ctdldump.c utils/*.h server/*.h
        cc ${CFLAGS} ${LDFLAGS} utils/ctdldump.c -lcitadel -lz -ldb -o ctdldump
 
-ctdlload: utils/ctdlload.c utils/*.h server/*.h
-       cc ${CFLAGS} ${LDFLAGS} utils/ctdlload.c -lcitadel -lz -ldb -o ctdlload
+ctdlload: utils/ctdlload.c server/makeuserkey.c utils/*.h server/*.h
+       cc ${CFLAGS} ${LDFLAGS} utils/ctdlload.c server/makeuserkey.c -lcitadel -lz -ldb -o ctdlload
 
 config.mk: configure
        ./configure