summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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 *