]> www.fi.muni.cz Git - evince.git/blob - Makefile.am
Included option in configure to make ps backend compilation optional with
[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 SUBDIRS += backend
32
33 # Library
34
35 SUBDIRS += lib
36
37 # Properties (library and application)
38
39 SUBDIRS += properties
40
41 # Applications 
42
43 SUBDIRS += shell thumbnailer
44
45 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
46
47 EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make
48
49 DISTCLEANFILES =                \
50         gnome-doc-utils.make    \
51         intltool-extract        \
52         intltool-merge          \
53         intltool-update
54
55 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper
56
57 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
58 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf