]> www.fi.muni.cz Git - evince.git/blobdiff - backend/Makefile.am
cleanup...
[evince.git] / backend / Makefile.am
index 1a2547e5da846d43a7db3747fa65706f19529257..da9dc8c612987a2715f46aa0653f483c3cf28765 100644 (file)
@@ -1,15 +1,36 @@
-NULL=
+SUBDIRS = 
 
-INCLUDES=                                      \
-       -DEVINCE_UIDIR=\"$(pkgdatadir)\"        \
-       -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
-       $(SHELL_CFLAGS)                         \
-       $(EVINCE_DISABLE_DEPRECATED)            \
-       $(NULL)
+# Backends
 
-noinst_LTLIBRARIES = liblibevbackend.la
+if ENABLE_PDF
+SUBDIRS += pdf
+endif
 
-liblibevbackend_la_SOURCES=                    \
-       ev-document.c                           \
-       ev-document.h                           \
-       $(NULL)
+if ENABLE_PS 
+SUBDIRS += ps
+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_XPS
+SUBDIRS += xps
+endif
+
+EXTRA_DIST = \
+       backend.symbols
+
+-include $(top_srcdir)/git.mk