]> www.fi.muni.cz Git - evince.git/blobdiff - backend/Makefile.am
Split API documentation into libdocument, libview and shell. Required
[evince.git] / backend / Makefile.am
index cc0acf44563e0146a62e0fa46d926a4d263ef8db..dcbbc0e162c6c81bbf5f47bbed58bb04b4432a66 100644 (file)
@@ -1,15 +1,38 @@
-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
+
+EXTRA_DIST = \
+       backend.symbols