From 45b2dab1c1abd9adf3ee813ea5627ad75552e111 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 8 Oct 2009 11:57:51 +0100 Subject: Update for the versioned library --- docs/reference/rest/Makefile.am | 2 +- examples/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/examples/Makefile.am b/examples/Makefile.am index ce728f5..7957977 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,7 +1,7 @@ noinst_PROGRAMS = test-raw test-xml dump-xml test-facebook get-fireeagle-location post-twitter get-flickr-favorites AM_CFLAGS = $(GLIB_CFLAGS) $(SOUP_CFLAGS) -I$(top_srcdir) -AM_LDFLAGS = $(GLIB_LIBS) $(SOUP_LIBS) ../rest/librest.la +AM_LDFLAGS = $(GLIB_LIBS) $(SOUP_LIBS) ../rest/librest-@API_VERSION@.la test_raw_SOURCES = test-raw.c test_xml_SOURCES = test-xml.c -- cgit v1.2.1