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