X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=de2524acf236e26f4c233d2365bbe8b5f14c4f56;hb=df2a098c49bdaf1e2e0ef7483074b00376e5495e;hp=f1c48890cd7818ea9eb93e5a8f38ca59da5dfd17;hpb=a51f047c20ad7dfda1cdb4705bf4e86b9887fd98;p=evince.git diff --git a/Makefile.am b/Makefile.am index f1c48890..de2524ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,33 @@ 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