]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
pdf: Support .wwf files
[evince.git] / configure.ac
index d0712b28c5c20a808b92ca67f40d6084b8cfc573..bb98cb2bd0332453bf9afb16de3a5a4d9f3c3539 100644 (file)
@@ -675,7 +675,7 @@ dnl ================== End of XPS checks =======================================
 dnl =================== Mime types list ====================================================
 
 if test "x$enable_pdf" = "xyes" ; then
-       EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf;"
+       EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-wwf;"
 fi
 if test "x$enable_ps" = "xyes" ; then
        EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;"