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