X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=Makefile.am;h=ac591419edbca23166f8c0846744ec32e7b2090e;hb=6ce200550f7a34c878968320bfacd11591da4482;hp=67de01832b9bfea22150d15c64ad15426bc96f2c;hpb=848665b157185945d190a7a746d054d7f5d5e6e0;p=evince.git diff --git a/Makefile.am b/Makefile.am index 67de0183..ac591419 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,18 +2,22 @@ SUBDIRS = cut-n-paste po help data # Backends -SUBDIRS += pdf ps pixbuf +SUBDIRS += pdf ps + +if ENABLE_PIXBUF +SUBDIRS += pixbuf +endif if ENABLE_DJVU - SUBDIRS += djvu +SUBDIRS += djvu endif if ENABLE_TIFF - SUBDIRS += tiff +SUBDIRS += tiff endif if ENABLE_DVI - SUBDIRS += dvi +SUBDIRS += dvi endif SUBDIRS += backend