* add the_mgt's patch to Makefile.in; this should fix --as-needed
[citadel.git] / webcit / Makefile.in
index 0b607b909ed9181d0da575aeefa837e3f37c11d4..d2ab5a0c52dc75b3b8673e4d7b96b65b7057562a 100644 (file)
@@ -36,36 +36,38 @@ distclean: clean
                po/Makefile \
                $(srcdir)/TAGS
 
-setup: setup.o
-       $(CC) $(LDFLAGS) $(LIBOBJS) $(LIBS) $(SETUP_LIBS) setup.o -o setup
+setup: setup.o gettext.o
+       $(CC) $(LDFLAGS) $(LIBOBJS) gettext.o setup.o -o setup \
+       $(LIBS) $(SETUP_LIBS)
 
 webcit: webserver.o context_loop.o ical_dezonify.o \
        cookie_conversion.o locate_host.o floors.o summary.o \
-       webcit.o auth.o tcp_sockets.o mainmenu.o serv_func.o who.o \
-       roomops.o messages.o userlist.o paging.o sysmsgs.o useredit.o \
-       vcard_edit.o preferences.o html2html.o listsub.o \
-       graphics.o netconf.o siteconfig.o subst.o rss.o \
-       calendar.o calendar_tools.o calendar_view.o event.o smtpqueue.o \
+       webcit.o auth.o tcp_sockets.o mainmenu.o serv_func.o who.o marchlist.o \
+       roomops.o roomlist.o messages.o msg_renderers.o userlist.o paging.o sysmsgs.o \
+       useredit.o vcard_edit.o preferences.o html2html.o listsub.o \
+       graphics.o netconf.o siteconfig.o subst.o \
+       calendar.o calendar_tools.o calendar_view.o tasks.o event.o smtpqueue.o \
        availability.o iconbar.o crypto.o inetconf.o notes.o wiki.o \
        groupdav_main.o groupdav_get.o groupdav_propfind.o fmt_date.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 \
+       decode.o modules_init.o paramhandling.o utils.o \
+       ical_maps.o ical_subst.o static.o \
        $(LIBOBJS)
-       $(CC) $(LDFLAGS) $(LIBOBJS) $(LIBS) \
-       webserver.o context_loop.o cookie_conversion.o \
+       $(CC) $(LDFLAGS) -o webcit $(LIBOBJS) \
+       webserver.o context_loop.o cookie_conversion.o marchlist.o \
        webcit.o auth.o tcp_sockets.o mainmenu.o serv_func.o who.o listsub.o \
-       roomops.o messages.o userlist.o paging.o sysmsgs.o useredit.o \
-       locate_host.o siteconfig.o subst.o vcard_edit.o floors.o \
-       graphics.o netconf.o preferences.o html2html.o rss.o openid.o \
-       summary.o calendar.o calendar_tools.o calendar_view.o event.o wiki.o \
+       roomops.o roomlist.o messages.o msg_renderers.o userlist.o paging.o sysmsgs.o \
+       useredit.o locate_host.o siteconfig.o subst.o vcard_edit.o floors.o \
+       graphics.o netconf.o preferences.o html2html.o openid.o \
+       summary.o calendar.o calendar_tools.o calendar_view.o tasks.o event.o wiki.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 modules_init.o \
-       gettext.o downloads.o addressbook_popup.o pushemail.o sysdep.o \
-       -o webcit \
+       gettext.o downloads.o addressbook_popup.o pushemail.o sysdep.o decode.o \
+       paramhandling.o utils.o ical_maps.o ical_subst.o static.o \
        $(LIBS)
 
 .c.o: