]> www.fi.muni.cz Git - evince.git/blob - Makefile.am
Bug 568220 – need pkg-config file
[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 pkgconfigdir = $(libdir)/pkgconfig
18 pkgconfig_DATA = \
19         evince-backend-$(EV_API_VERSION).pc \
20         evince-view-$(EV_API_VERSION).pc
21
22 # Applications 
23
24 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
25
26 EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make MAINTAINERS
27
28 DISTCLEANFILES =                \
29         gnome-doc-utils.make    \
30         intltool-extract        \
31         intltool-merge          \
32         intltool-update
33
34 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc
35
36 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
37 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf