X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=help%2Freference%2Flibdocument%2FMakefile.am;h=e1c6ba322d41d72e798c17c87305c32b5068c598;hb=671655393d655c3ab62fdf671beec9922b7ec7f1;hp=f7dace3c8647e258da0ea8e905391c8eecad4eca;hpb=c32bea667da3de3379f86787d8f298caeea3a789;p=evince.git diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am index f7dace3c..e1c6ba32 100644 --- a/help/reference/libdocument/Makefile.am +++ b/help/reference/libdocument/Makefile.am @@ -12,7 +12,6 @@ DOC_MODULE = libevdocument # Uncomment for versioned docs and specify the version of the module, e.g. '2'. 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 @@ -107,7 +106,7 @@ GTKDOC_CFLAGS = \ $(DISABLE_DEPRECATED) GTKDOC_LIBS = \ - $(top_builddir)/libdocument/libevdocument.la \ + $(top_builddir)/libdocument/libevdocument3.la \ $(LIBDOCUMENT_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize.