]> www.fi.muni.cz Git - evince.git/blob - Makefile.am
New CBR/CBZ backend for comic books.
[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 if ENABLE_COMICS
24      SUBDIRS += comics
25 endif
26
27 SUBDIRS += backend
28
29 # Library
30
31 SUBDIRS += lib
32
33 # Properties (library and application)
34
35 SUBDIRS += properties
36
37 # Applications 
38
39 SUBDIRS += shell thumbnailer
40
41 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
42
43 EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make
44
45 DISTCLEANFILES =                \
46         gnome-doc-utils.make    \
47         intltool-extract        \
48         intltool-merge          \
49         intltool-update
50
51 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper
52
53 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
54 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf