summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parentbd0adec30e6f1e73a08c365902268e486529c07d (diff)
Split the Facebook and Flickr backends to librest-extras
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/flickr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 81b1763..81970bf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
TESTS = proxy threaded oauth oauth-async flickr
AM_CPPFLAGS = $(SOUP_CFLAGS) -I$(top_srcdir)
-AM_LDFLAGS = $(SOUP_LIBS) ../rest/librest.la
+AM_LDFLAGS = $(SOUP_LIBS) ../rest/librest-@API_VERSION@.la ../rest-extras/librest-extras-@API_VERSION@.la
check_PROGRAMS = $(TESTS)
diff --git a/tests/flickr.c b/tests/flickr.c
index 1c794df..3b4c3a1 100644
--- a/tests/flickr.c
+++ b/tests/flickr.c
@@ -20,7 +20,7 @@
*
*/
-#include <rest/flickr-proxy.h>
+#include <rest-extras/flickr-proxy.h>
#include <rest/rest-xml-parser.h>
#include <stdio.h>