]> www.fi.muni.cz Git - evince.git/blob - Makefile.am
Allow to enable/disable the pixbuf backend. Default to off for now. If we
[evince.git] / Makefile.am
1 SUBDIRS = cut-n-paste po help data
2
3 # Backends
4
5 SUBDIRS += pdf ps
6
7 if ENABLE_PIXBUF
8 SUBDIRS += pixbuf    
9 endif
10
11 if ENABLE_DJVU
12 SUBDIRS += djvu
13 endif
14
15 if ENABLE_TIFF
16 SUBDIRS += tiff
17 endif
18
19 if ENABLE_DVI
20 SUBDIRS += dvi
21 endif
22
23 SUBDIRS += backend
24
25 # Library
26
27 SUBDIRS += lib
28
29 # Properties (library and application)
30
31 SUBDIRS += properties
32
33 # Applications 
34
35 SUBDIRS += shell thumbnailer
36
37 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
38
39 EXTRA_DIST = $(intltool_extra)
40
41 DISTCLEANFILES =                \
42         intltool-extract        \
43         intltool-merge          \
44         intltool-update
45
46 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install
47
48 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
49 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf