From 264062ae71ea8aa4fc38e4477c35c25453eed3d5 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 6 Jun 2011 02:47:01 +0200 Subject: add Google URL Shortener add Google OAuth 1.0 --- services/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'services/Makefile') diff --git a/services/Makefile b/services/Makefile index cf2be59..2504406 100644 --- a/services/Makefile +++ b/services/Makefile @@ -7,6 +7,8 @@ check: spore_validation.rx @$(VALIDATOR) backtweet.json @$(VALIDATOR) backtype.json @$(VALIDATOR) github.json + @$(VALIDATOR) googleoauth.json + @$(VALIDATOR) googleshortener.json @$(VALIDATOR) googletranslate.json @$(VALIDATOR) ihackernews.json @$(VALIDATOR) ohloh.json @@ -22,6 +24,8 @@ png: \ backtweet.png \ backtype.png \ github.png \ + googleoauth.png \ + googleshortener.png \ googletranslate.png \ ihackernews.png \ ohloh.png \ -- cgit v1.2.3