summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--examples/Makefile.am4
-rw-r--r--examples/get-fireeagle-location.c (renamed from examples/test-oauth.c)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 4572070..6f1ea04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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