]> www.fi.muni.cz Git - evince.git/blobdiff - backend/Makefile.am
Updated Belarusian Translation
[evince.git] / backend / Makefile.am
index cc0acf44563e0146a62e0fa46d926a4d263ef8db..f22c2e11f527f6023e7ee40bb17dacda85b3de91 100644 (file)
@@ -1,15 +1,35 @@
-NULL=
+SUBDIRS = 
 
-INCLUDES=                                      \
-       -DEVINCE_UIDIR=\"$(pkgdatadir)\"        \
-       -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
-       $(SHELL_CFLAGS)                         \
-       $(EVINCE_DISABLE_DEPRECATED)            \
-       $(NULL)
+# Backends
 
-noinst_LTLIBRARIES = libevbackend.la
+if ENABLE_PDF
+SUBDIRS += pdf
+endif
 
-libevbackend_la_SOURCES=                       \
-       ev-document.c                           \
-       ev-document.h                           \
-       $(NULL)
+if ENABLE_PS 
+SUBDIRS += ps
+endif
+
+if ENABLE_PIXBUF
+SUBDIRS += pixbuf    
+endif
+
+if ENABLE_DJVU
+SUBDIRS += djvu
+endif
+
+if ENABLE_TIFF
+SUBDIRS += tiff
+endif
+
+if ENABLE_DVI
+SUBDIRS += dvi
+endif
+
+if ENABLE_COMICS
+     SUBDIRS += comics
+endif
+
+if ENABLE_IMPRESS
+     SUBDIRS += impress
+endif