]> www.fi.muni.cz Git - evince.git/blob - Makefile.am
Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.
[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) gnome-doc-utils.make MAINTAINERS
36
37 DISTCLEANFILES =                \
38         gnome-doc-utils.make    \
39         intltool-extract        \
40         intltool-merge          \
41         intltool-update
42
43 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc
44
45 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
46 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf