[librest/wip/teuf/gtask: 14/37] Remove fireeagle example



commit 5b80d960b76cf2cd311fd56f7fb8521d94827577
Author: Timm Bäder <mail baedert org>
Date:   Fri Apr 22 14:00:39 2016 +0200

    Remove fireeagle example
    
    Quote from wikipedia: "Fire Eagle has closed as of February 2013".

 examples/Makefile.am              |    3 +-
 examples/get-fireeagle-location.c |   91 -------------------------------------
 2 files changed, 1 insertions(+), 93 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 90aa89e..4f68e7c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,11 +1,10 @@
-noinst_PROGRAMS = test-raw test-xml dump-xml get-fireeagle-location post-twitter post-twitter-media 
get-flickr-favorites lastfm-shout continuous-twitter
+noinst_PROGRAMS = test-raw test-xml dump-xml post-twitter post-twitter-media get-flickr-favorites 
lastfm-shout continuous-twitter
 
 AM_CFLAGS = $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) $(SOUP_CFLAGS) -I$(top_srcdir)
 AM_LDFLAGS = $(GLIB_LIBS) $(GTHREAD_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
-get_fireeagle_location_SOURCES = get-fireeagle-location.c
 dump_xml_SOURCES = dump-xml.c
 post_twitter_SOURCES = post-twitter.c
 post_twitter_media_SOURCES = post-twitter-media.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]