summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-08 15:30:40 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-08 15:30:40 +0100
commitb7b09e3921c29d2af891382e5c905436984db13e (patch)
treedd250c86bcef049d5cbee3a0907d6833fddf7558 /examples
parentbd0adec30e6f1e73a08c365902268e486529c07d (diff)
downloadlibrest-b7b09e3921c29d2af891382e5c905436984db13e.tar.gz
Split the Facebook and Flickr backends to librest-extras
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/get-flickr-favorites.c2
-rw-r--r--examples/test-facebook.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 7957977..ab50613 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-@API_VERSION@.la
+AM_LDFLAGS = $(GLIB_LIBS) $(SOUP_LIBS) ../rest/librest-@API_VERSION@.la ../rest-extras/librest-extras-@API_VERSION@.la
test_raw_SOURCES = test-raw.c
test_xml_SOURCES = test-xml.c
diff --git a/examples/get-flickr-favorites.c b/examples/get-flickr-favorites.c
index 6e6fe75..8876706 100644
--- a/examples/get-flickr-favorites.c
+++ b/examples/get-flickr-favorites.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <rest/flickr-proxy.h>
+#include <rest-extras/flickr-proxy.h>
#include <rest/rest-xml-parser.h>
/*
diff --git a/examples/test-facebook.c b/examples/test-facebook.c
index 1a867ba..aa0bbb3 100644
--- a/examples/test-facebook.c
+++ b/examples/test-facebook.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <rest/facebook-proxy.h>
+#include <rest-extras/facebook-proxy.h>
#include <rest/rest-xml-parser.h>
static RestXmlNode *