X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FMakefile.in;fp=webcit%2FMakefile.in;h=ee7c89f38a89cedde7f373f9cdbe4afcc032d407;hb=977a00909d0de9ab3f96e6f5bdac18d91e30d79f;hp=fe9ea8d1bd862331ed64af2c3de88c8c5f77593d;hpb=168342e0ff3187e28faa4be0f17f5a3b7d043e95;p=citadel.git diff --git a/webcit/Makefile.in b/webcit/Makefile.in index fe9ea8d1b..ee7c89f38 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -18,7 +18,7 @@ PROG_SUBDIRS=@PROG_SUBDIRS@ SUBDIRS=$(LIB_SUBDIRS) $(PROG_SUBDIRS) LOCALEDIR=@LOCALEDIR@ WWWDIR=@WWWDIR@ -HEADERS=calendar.h groupdav.h messages.h modules_init.h paramhandling.h preferences.h roomops.h subst.h sysdep.h tcp_sockets.h utils.h webcit.h webserver.h +HEADERS=calendar.h dav.h messages.h modules_init.h paramhandling.h preferences.h roomops.h subst.h sysdep.h tcp_sockets.h utils.h webcit.h webserver.h # End of configuration section @@ -54,9 +54,9 @@ webcit: webserver.o context_loop.o ical_dezonify.o \ graphics.o netconf.o siteconfig.o subst.o bbsview_renderer.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 sitemap.o \ - groupdav_delete.o groupdav_put.o http_datestring.o setup_wizard.o \ + dav_main.o dav_get.o dav_propfind.o fmt_date.o \ + dav_options.o autocompletion.o gettext.o tabs.o sieve.o sitemap.o \ + dav_delete.o dav_put.o http_datestring.o setup_wizard.o \ downloads.o addressbook_popup.o pushemail.o sysdep.o openid.o \ decode.o modules_init.o paramhandling.o utils.o \ ical_maps.o ical_subst.o static.o feed_generator.o \ @@ -70,9 +70,9 @@ webcit: webserver.o context_loop.o ical_dezonify.o \ graphics.o netconf.o preferences.o html2html.o openid.o bbsview_renderer.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 sitemap.o \ - groupdav_put.o http_datestring.o setup_wizard.o fmt_date.o modules_init.o \ + dav_main.o dav_get.o dav_propfind.o dav_delete.o \ + dav_options.o autocompletion.o tabs.o smtpqueue.o sieve.o sitemap.o \ + dav_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 decode.o \ paramhandling.o utils.o ical_maps.o ical_subst.o static.o feed_generator.o \ $(LIBS)