X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=help%2Freference%2Flibview%2FMakefile.am;h=eb56848676a2e4aba0ea005ea7ac47c34beab20c;hb=4fd5939837d3e133da0dbad666c1bc601c2a2c2a;hp=d596dabf33b59f1087902ad10a3856ec8f2a613d;hpb=c32bea667da3de3379f86787d8f298caeea3a789;p=evince.git diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am index d596dabf..eb568486 100644 --- a/help/reference/libview/Makefile.am +++ b/help/reference/libview/Makefile.am @@ -10,9 +10,9 @@ AUTOMAKE_OPTIONS = 1.10 DOC_MODULE = libevview # Uncomment for versioned docs and specify the version of the module, e.g. '2'. +# DOC_MODULE_VERSION = $(EV_API_VERSION) DOC_MODULE_VERSION = $(EV_API_VERSION) - # The top-level SGML file. You can change this if you want to. DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml @@ -113,8 +113,8 @@ GTKDOC_CFLAGS = \ $(DISABLE_DEPRECATED) GTKDOC_LIBS = \ - $(top_builddir)/libdocument/libevdocument.la \ - $(top_builddir)/libview/libevview.la \ + $(top_builddir)/libdocument/libevdocument3.la \ + $(top_builddir)/libview/libevview3.la \ $(LIBDOCUMENT_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize.