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