]> www.fi.muni.cz Git - evince.git/blobdiff - Makefile.am
Translation updated.
[evince.git] / Makefile.am
index 5acc74fdfa89707116283307ed4329ba354a9b13..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    
@@ -24,6 +30,10 @@ if ENABLE_COMICS
      SUBDIRS += comics
 endif
 
+if ENABLE_IMPRESS
+     SUBDIRS += impress
+endif
+
 SUBDIRS += backend
 
 # Library