* copy daves great handler script and modify it to fit the simpler needs of webcit.
[citadel.git] / webcit / Makefile.in
index 28bbde07ff5451b5b9db1ac423c2da8052697b78..32401434b6fbd5e3f18ac973f8c5433a303fe4ac 100644 (file)
@@ -52,6 +52,7 @@ webcit: webserver.o context_loop.o ical_dezonify.o \
        groupdav_options.o autocompletion.o gettext.o tabs.o sieve.o \
        groupdav_delete.o groupdav_put.o http_datestring.o setup_wizard.o \
        downloads.o addressbook_popup.o pushemail.o sysdep.o openid.o \
+       modules_init.o \
        $(LIBOBJS)
        $(CC) webserver.o context_loop.o cookie_conversion.o \
        webcit.o auth.o tcp_sockets.o mainmenu.o serv_func.o who.o listsub.o \
@@ -62,7 +63,7 @@ webcit: webserver.o context_loop.o ical_dezonify.o \
        availability.o ical_dezonify.o iconbar.o crypto.o inetconf.o notes.o \
        groupdav_main.o groupdav_get.o groupdav_propfind.o groupdav_delete.o \
        groupdav_options.o autocompletion.o tabs.o smtpqueue.o sieve.o \
-       groupdav_put.o http_datestring.o setup_wizard.o fmt_date.o \
+       groupdav_put.o http_datestring.o setup_wizard.o fmt_date.o modules_init.o \
        gettext.o downloads.o addressbook_popup.o pushemail.o sysdep.o \
        $(LIBOBJS) $(LIBS) $(LDFLAGS) -o webcit