diff options
author | Ross Burton <ross@linux.intel.com> | 2009-08-03 13:41:16 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-08-03 13:41:16 +0100 |
commit | ee917d375957f01059d003c84c4421b28d52896a (patch) | |
tree | da237166fd73b73f97828effea189793f5ca5c7b | |
parent | 20ec023af480b98806d0c60db967982a69828a94 (diff) |
Rename test-oauth to get-fireeage-location
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | examples/Makefile.am | 4 | ||||
-rw-r--r-- | examples/get-fireeagle-location.c (renamed from examples/test-oauth.c) | 0 |
3 files changed, 3 insertions, 3 deletions
@@ -31,13 +31,13 @@ docs/reference/rest/rest.hierarchy docs/reference/rest/rest.interfaces docs/reference/rest/rest.prerequisites docs/reference/rest/rest.signals -examples/test-oauth examples/test-raw examples/test-xml examples/dump-xml examples/test-flickr examples/test-facebook examples/post-twitter +examples/get-fireeagle-location tests/oauth tests/proxy tests/flickr 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 |