]> www.fi.muni.cz Git - evince.git/blob - Makefile.am
New backend to support impress slides. Fixes bug #30867.
[evince.git] / Makefile.am
1 SUBDIRS = cut-n-paste po help data
2
3 # Backends
4
5 SUBDIRS += pdf
6
7 if ENABLE_PS 
8 SUBDIRS += ps
9 endif
10
11 if ENABLE_PIXBUF
12 SUBDIRS += pixbuf    
13 endif
14
15 if ENABLE_DJVU
16 SUBDIRS += djvu
17 endif
18
19 if ENABLE_TIFF
20 SUBDIRS += tiff
21 endif
22
23 if ENABLE_DVI
24 SUBDIRS += dvi
25 endif
26
27 if ENABLE_COMICS
28      SUBDIRS += comics
29 endif
30
31 if ENABLE_IMPRESS
32      SUBDIRS += impress
33 endif
34
35 SUBDIRS += backend
36
37 # Library
38
39 SUBDIRS += lib
40
41 # Properties (library and application)
42
43 SUBDIRS += properties
44
45 # Applications 
46
47 SUBDIRS += shell thumbnailer
48
49 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
50
51 EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make
52
53 DISTCLEANFILES =                \
54         gnome-doc-utils.make    \
55         intltool-extract        \
56         intltool-merge          \
57         intltool-update
58
59 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper
60
61 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
62 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf