X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=de2524acf236e26f4c233d2365bbe8b5f14c4f56;hb=8108f28c648da47151a9f4f6cd3646fdd223841d;hp=14f3b1ede279f77d76f7dc89bf4c924e19a25458;hpb=19fda2211a365c7ec0b298fe722289419f47ffcb;p=evince.git diff --git a/Makefile.am b/Makefile.am index 14f3b1ed..de2524ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,9 @@ SUBDIRS = \ cut-n-paste \ data \ - backend \ libdocument \ + backend \ + libview \ properties \ shell \ po \ @@ -13,6 +14,20 @@ 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