add a blacklist of mimetypes which we won't gzip compress on the way out.
[citadel.git] / webcit / Makefile.in
index 8f671a23e3216d98590eeba08e93b72e9de38946..bbd973df49b9115310bb5f8f4a98e80e3276106b 100644 (file)
@@ -18,6 +18,7 @@ PROG_SUBDIRS=@PROG_SUBDIRS@
 SUBDIRS=$(LIB_SUBDIRS) $(PROG_SUBDIRS) 
 LOCALEDIR=@LOCALEDIR@
 WWWDIR=@WWWDIR@
+ETCDIR=@ETCDIR@
 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
@@ -59,7 +60,7 @@ webcit: webserver.o context_loop.o ical_dezonify.o \
        useredit.o vcard_edit.o preferences.o html2html.o listsub.o roomchat.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 \
+       availability.o iconbar.o icontheme.o crypto.o inetconf.o notes.o wiki.o \
        dav_main.o dav_get.o dav_propfind.o dav_report.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 \
@@ -76,7 +77,7 @@ webcit: webserver.o context_loop.o ical_dezonify.o \
        useredit.o locate_host.o siteconfig.o subst.o vcard_edit.o roomchat.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 \
+       availability.o ical_dezonify.o iconbar.o icontheme.o crypto.o inetconf.o notes.o \
        dav_main.o dav_get.o dav_propfind.o dav_report.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 \
@@ -104,7 +105,7 @@ $(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/aclocal.m4
 $(srcdir)/aclocal.m4: $(srcdir)/acinclude.m4
        cd $(srcdir) && $(ACLOCAL)
 
-install:  install-bin install-setupbin install-wwwdata install-tinymce install-locale
+install:  install-bin install-setupbin install-wwwdata install-tinymce install-locale install-cfg
 
 install-bin:
        test -d $(DESTDIR)$(prefix) || mkdir -p $(DESTDIR)$(prefix)
@@ -114,6 +115,9 @@ install-bin:
                ln -s $(DESTDIR)$(prefix)/webcit $(DESTDIR)$(prefix)/webserver; \
        fi
 
+install-cfg:
+       test -d $(DESTDIR)$(ETCDIR) || mkdir -p $(DESTDIR)$(ETCDIR)
+       $(INSTALL) nogz-mimetypes.txt $(DESTDIR)/$(ETCDIR)/nogz-mimetypes.txt
 
 install-setupbin: install-bin
        $(INSTALL) setup $(DESTDIR)$(prefix)/setup