summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-08-03 13:41:16 +0100
committerRoss Burton <ross@linux.intel.com>2009-08-03 13:41:16 +0100
commitee917d375957f01059d003c84c4421b28d52896a (patch)
treeda237166fd73b73f97828effea189793f5ca5c7b /examples
parent20ec023af480b98806d0c60db967982a69828a94 (diff)
downloadlibrest-ee917d375957f01059d003c84c4421b28d52896a.tar.gz
Rename test-oauth to get-fireeage-location
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
-rw-r--r--examples/get-fireeagle-location.c (renamed from examples/test-oauth.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index b9a0a1d..f714b01 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,11 +1,11 @@
-noinst_PROGRAMS = test-raw test-xml test-oauth dump-xml test-flickr test-facebook post-twitter
+noinst_PROGRAMS = test-raw test-xml dump-xml test-flickr test-facebook get-fireeagle-location post-twitter
AM_CFLAGS = $(GLIB_CFLAGS) $(SOUP_CFLAGS) -I$(top_srcdir)
AM_LDFLAGS = $(GLIB_LIBS) $(SOUP_LIBS) ../rest/librest.la
test_raw_SOURCES = test-raw.c
test_xml_SOURCES = test-xml.c
-test_oauth_SOURCES = test-oauth.c
+get_fireeagle_location_SOURCES = get-fireeagle-location.c
dump_xml_SOURCES = dump-xml.c
test_flickr_SOURCES = test-flickr.c
test_facebook_SOURCES = test-facebook.c
diff --git a/examples/test-oauth.c b/examples/get-fireeagle-location.c
index 1477f41..1477f41 100644
--- a/examples/test-oauth.c
+++ b/examples/get-fireeagle-location.c