X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=8f0cec18086dd966f316241ad878a5e3ab24e22f;hb=b7abdba401b7aec50e93ecd1df1ce76cb1f315c1;hp=0ccf05ba783c2f395f1b585631c924f8990a5f13;hpb=dbf6fafd2939f4ff959d2eff4181f880ebd7ceaf;p=evince.git diff --git a/Makefile.am b/Makefile.am index 0ccf05ba..8f0cec18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,12 +2,16 @@ SUBDIRS = lib cut-n-paste backend po help data # Backends -SUBDIRS += pdf ps pixbuf tiff +SUBDIRS += pdf ps pixbuf if ENABLE_DJVU SUBDIRS += djvu endif +if ENABLE_TIFF + SUBDIRS += tiff +endif + if ENABLE_DVI SUBDIRS += dvi endif