]> www.fi.muni.cz Git - evince.git/blob - Makefile.am
Make pdf compilation optional. See bug #38007.
[evince.git] / Makefile.am
1 SUBDIRS = cut-n-paste po help data
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 if ENABLE_IMPRESS
34      SUBDIRS += impress
35 endif
36
37 SUBDIRS += backend
38
39 # Library
40
41 SUBDIRS += lib
42
43 # Properties (library and application)
44
45 SUBDIRS += properties
46
47 # Applications 
48
49 SUBDIRS += shell thumbnailer
50
51 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
52
53 EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make
54
55 DISTCLEANFILES =                \
56         gnome-doc-utils.make    \
57         intltool-extract        \
58         intltool-merge          \
59         intltool-update
60
61 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper
62
63 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
64 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf