summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-08 11:57:51 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-08 12:05:03 +0100
commit45b2dab1c1abd9adf3ee813ea5627ad75552e111 (patch)
tree9a89ca138e145dedf450af2a06778cba5c38aabb /examples
parent7df54e0c5c88e580ba6758f66819357297884455 (diff)
downloadlibrest-45b2dab1c1abd9adf3ee813ea5627ad75552e111.tar.gz
Update for the versioned library
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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