X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=5c04b74f11981c11b5cce539d20f05a04c80e436;hb=d47bc2205d248b34dbfcdd349473f54d45d5ec70;hp=d748d98ea2fad81b26851754df6bdb438d0c65c8;hpb=d9a911deff5b59d837682c181e6f369032231d01;p=evince.git diff --git a/Makefile.am b/Makefile.am index d748d98e..5c04b74f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,11 @@ SUBDIRS = cut-n-paste po help data # Backends -SUBDIRS += pdf ps +SUBDIRS += pdf + +if ENABLE_PS +SUBDIRS += ps +endif if ENABLE_PIXBUF SUBDIRS += pixbuf @@ -20,6 +24,14 @@ if ENABLE_DVI SUBDIRS += dvi endif +if ENABLE_COMICS + SUBDIRS += comics +endif + +if ENABLE_IMPRESS + SUBDIRS += impress +endif + SUBDIRS += backend # Library