]> www.fi.muni.cz Git - evince.git/blob - backend/Makefile.am
dd17bc1442a608b59c598654eab4e84e179490a7
[evince.git] / backend / Makefile.am
1 SUBDIRS = 
2
3 # Backends
4
5 if ENABLE_PDF
6 SUBDIRS += pdf
7 endif
8
9 if ENABLE_PS 
10 SUBDIRS += ps
11 endif
12
13 if ENABLE_PIXBUF
14 SUBDIRS += pixbuf    
15 endif
16
17 if ENABLE_DJVU
18 SUBDIRS += djvu
19 endif
20
21 if ENABLE_TIFF
22 SUBDIRS += tiff
23 endif
24
25 if ENABLE_DVI
26 SUBDIRS += dvi
27 endif
28
29 if ENABLE_COMICS
30      SUBDIRS += comics
31 endif
32
33 EXTRA_DIST = \
34         backend.symbols
35
36 -include $(top_srcdir)/git.mk