X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=ff5bd824106a5de02c1c720c210270354f472d0b;hb=ae999b6c8ddef40b372d3387b4fe0932bea89687;hp=14f3b1ede279f77d76f7dc89bf4c924e19a25458;hpb=19fda2211a365c7ec0b298fe722289419f47ffcb;p=evince.git diff --git a/Makefile.am b/Makefile.am index 14f3b1ed..ff5bd824 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \