diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2011-06-06 02:47:01 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2011-06-06 02:47:01 +0200 |
| commit | 264062ae71ea8aa4fc38e4477c35c25453eed3d5 (patch) | |
| tree | fb4fd7be775a3f60040cde9289b24645cbbe2b6e /services/Makefile | |
| parent | add Google Translate (diff) | |
| download | api-description-264062ae71ea8aa4fc38e4477c35c25453eed3d5.tar.gz | |
add Google URL Shortener
add Google OAuth 1.0
Diffstat (limited to 'services/Makefile')
| -rw-r--r-- | services/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |
