]> www.fi.muni.cz Git - evince.git/blobdiff - Makefile.am
Translation updated.
[evince.git] / Makefile.am
index d748d98ea2fad81b26851754df6bdb438d0c65c8..0cd6f596605e4778e4866d71a32e4ec39e58802b 100644 (file)
@@ -1,8 +1,14 @@
-SUBDIRS = cut-n-paste po help data
+SUBDIRS = cut-n-paste po help data test
 
 # Backends
 
-SUBDIRS += pdf ps
+if ENABLE_PDF
+SUBDIRS += pdf
+endif
+
+if ENABLE_PS 
+SUBDIRS += ps
+endif
 
 if ENABLE_PIXBUF
 SUBDIRS += pixbuf    
@@ -20,6 +26,14 @@ if ENABLE_DVI
 SUBDIRS += dvi
 endif
 
+if ENABLE_COMICS
+     SUBDIRS += comics
+endif
+
+if ENABLE_IMPRESS
+     SUBDIRS += impress
+endif
+
 SUBDIRS += backend
 
 # Library