diff options
author | Ross Burton <ross@linux.intel.com> | 2009-10-08 11:57:51 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-10-08 12:05:03 +0100 |
commit | 45b2dab1c1abd9adf3ee813ea5627ad75552e111 (patch) | |
tree | 9a89ca138e145dedf450af2a06778cba5c38aabb /docs | |
parent | 7df54e0c5c88e580ba6758f66819357297884455 (diff) |
Update for the versioned library
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/rest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/rest/Makefile.am b/docs/reference/rest/Makefile.am index a583cf1..713abb2 100644 --- a/docs/reference/rest/Makefile.am +++ b/docs/reference/rest/Makefile.am @@ -71,7 +71,7 @@ expand_content_files= # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) $(SOUP_CFLAGS) $(XML_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/rest/librest.la +GTKDOC_LIBS=$(top_builddir)/rest/librest-@API_VERSION@.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make |