]> www.fi.muni.cz Git - evince.git/blobdiff - help/reference/libdocument/Makefile.am
build: Fix the API reference build
[evince.git] / help / reference / libdocument / Makefile.am
index 03dcf529533b3fea58ad83a498f46eab0dc7a31b..e1c6ba322d41d72e798c17c87305c32b5068c598 100644 (file)
@@ -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.