X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=help%2Freference%2Flibview%2FMakefile.am;h=eb56848676a2e4aba0ea005ea7ac47c34beab20c;hb=ab0edaffd2f1790ec8ac7ac17f90e0a8007b92cd;hp=bfcffcdcd075315fc94be84a10b0400910428568;hpb=0ce9b3563b591c5fe980bcf47108a3f1b6dc6a85;p=evince.git diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am index bfcffcdc..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 @@ -101,7 +101,7 @@ GTKDOC_CFLAGS = \ -I$(top_srcdir)/libview \ -I$(top_srcdir)/libdocument \ -I$(top_builddir)/libdocument \ - -DDATADIR=\"$(pkgdatadir)\" \ + -DEVINCEDATADIR=\"$(pkgdatadir)\" \ -DGNOMEDATADIR=\"$(datadir)\" \ -DEVINCE_UIDIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ @@ -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.