]> www.fi.muni.cz Git - evince.git/blob - Makefile.am
Move EvPageAction and EvStockIcons from shell to a new internal library
[evince.git] / Makefile.am
1 SUBDIRS = \
2         cut-n-paste \
3         data \
4         libdocument \
5         backend \
6         libview \
7         libmisc \
8         properties \
9         shell \
10         po \
11         help \
12         test
13
14 if ENABLE_THUMBNAILER
15 SUBDIRS += thumbnailer
16 endif
17
18 NULL =
19
20 pkgconfigdir = $(libdir)/pkgconfig
21 pkgconfig_DATA = \
22         evince-document-$(EV_API_VERSION).pc \
23         evince-view-$(EV_API_VERSION).pc \
24         $(NULL)
25
26 headerdir = $(includedir)/evince/$(EV_API_VERSION)
27 header_DATA = \
28         evince-document.h \
29         evince-view.h \
30         $(NULL)
31
32 # Applications 
33
34 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
35
36 EXTRA_DIST = \
37         $(intltool_extra) \
38         $(header_DATA) \
39         autogen.sh \
40         gnome-doc-utils.make \
41         MAINTAINERS
42
43 DISTCLEANFILES =                \
44         gnome-doc-utils.make    \
45         intltool-extract        \
46         intltool-merge          \
47         intltool-update
48
49 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc
50
51 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
52 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf