]> www.fi.muni.cz Git - evince.git/blobdiff - Makefile.am
Committed Translation by Sweta Kothari
[evince.git] / Makefile.am
index 0c28a4ec162bf6096f5a461e94d26b11fd52bfc8..ff5bd824106a5de02c1c720c210270354f472d0b 100644 (file)
@@ -1,20 +1,43 @@
 SUBDIRS = \
        cut-n-paste \
        data \
-       backend \
        libdocument \
+       backend \
+       libview \
        properties \
        shell \
-       thumbnailer \
        po \
        help \
        test
 
+if ENABLE_THUMBNAILER
+SUBDIRS += thumbnailer
+endif
+
+NULL =
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = \
+       evince-document-$(EV_API_VERSION).pc \
+       evince-view-$(EV_API_VERSION).pc \
+       $(NULL)
+
+headerdir = $(includedir)/evince/$(EV_API_VERSION)
+header_DATA = \
+       evince-document.h \
+       evince-view.h \
+       $(NULL)
+
 # Applications 
 
 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
 
-EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make
+EXTRA_DIST = \
+       $(intltool_extra) \
+       $(header_DATA) \
+       autogen.sh \
+       gnome-doc-utils.make \
+       MAINTAINERS
 
 DISTCLEANFILES =               \
        gnome-doc-utils.make    \