* re-create static support; we now safe us from ..'ers by just looking up the filenam...
[citadel.git] / webcit / Makefile.in
index 5286d4e623d2a1665a145da847fc8364b2651041..203281914ec8f14e044325652f6aeae46d07fa2c 100644 (file)
@@ -53,7 +53,7 @@ webcit: webserver.o context_loop.o ical_dezonify.o \
        groupdav_delete.o groupdav_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 \
+       ical_maps.o ical_subst.o static.o \
        $(LIBOBJS)
        $(CC) $(LDFLAGS) $(LIBOBJS) $(LIBS) \
        webserver.o context_loop.o cookie_conversion.o \
@@ -67,7 +67,7 @@ webcit: webserver.o context_loop.o ical_dezonify.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 decode.o \
-       paramhandling.o utils.o ical_maps.o ical_subst.o \
+       paramhandling.o utils.o ical_maps.o ical_subst.o static.o \
        -o webcit \
        $(LIBS)