]> www.fi.muni.cz Git - evince.git/blobdiff - Makefile.am
Add application/x-ext-pdf mime type for pdf backend. See bug #339172.
[evince.git] / Makefile.am
index 14f3b1ede279f77d76f7dc89bf4c924e19a25458..ff5bd824106a5de02c1c720c210270354f472d0b 100644 (file)
@@ -1,8 +1,9 @@
 SUBDIRS = \
        cut-n-paste \
        data \
-       backend \
        libdocument \
+       backend \
+       libview \
        properties \
        shell \
        po \
@@ -13,11 +14,30 @@ 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 MAINTAINERS
+EXTRA_DIST = \
+       $(intltool_extra) \
+       $(header_DATA) \
+       autogen.sh \
+       gnome-doc-utils.make \
+       MAINTAINERS
 
 DISTCLEANFILES =               \
        gnome-doc-utils.make    \