]> code.citadel.org Git - citadel.git/blobdiff - citadel/Makefile
ctdlload: use the backend API instead of BDB calls
[citadel.git] / citadel / Makefile
index cf13c6eca27838e1e6961ea9109e5f94d85c7ea1..58425abe46bb2e23f8b7128a0540b77b6ec74363 100644 (file)
@@ -56,8 +56,8 @@ chkpwd: utils/chkpwd.c utils/auth.c utils/*.h server/*.h
 ctdldump: utils/ctdldump.c utils/*.h server/*.h ${BACKEND_OBJECTS}
        cc ${CFLAGS} ${LDFLAGS} utils/ctdldump.c ${BACKEND_OBJECTS} -lcitadel -lz ${BACKEND_LDFLAGS} -lpthread -o ctdldump
 
-ctdlload: utils/ctdlload.c server/makeuserkey.c utils/*.h server/*.h
-       cc ${CFLAGS} ${LDFLAGS} utils/ctdlload.c server/makeuserkey.c -lcitadel -lz ${BACKEND_LDFLAGS} -lpthread -o ctdlload
+ctdlload: utils/ctdlload.c server/makeuserkey.c utils/*.h server/*.h ${BACKEND_OBJECTS}
+       cc ${CFLAGS} ${LDFLAGS} utils/ctdlload.c server/makeuserkey.c ${BACKEND_OBJECTS} -lcitadel -lz ${BACKEND_LDFLAGS} -lpthread -o ctdlload
 
 config.mk: configure
        ./configure