X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=ff5bd824106a5de02c1c720c210270354f472d0b;hb=31b40f7679ff2bf455f493e101d5cbf521bb0d12;hp=f1c48890cd7818ea9eb93e5a8f38ca59da5dfd17;hpb=a51f047c20ad7dfda1cdb4705bf4e86b9887fd98;p=evince.git diff --git a/Makefile.am b/Makefile.am index f1c48890..ff5bd824 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 MAINTAINERS +EXTRA_DIST = \ + $(intltool_extra) \ + $(header_DATA) \ + autogen.sh \ + gnome-doc-utils.make \ + MAINTAINERS DISTCLEANFILES = \ gnome-doc-utils.make \