diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2011-06-07 23:30:18 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2011-06-07 23:30:18 +0200 |
| commit | c2745083b9475ef7c63a7956e8b6ab0ab907a6cc (patch) | |
| tree | 6a4eea5eb711ab2680091b9451cc4d9434c6e14c /services/Makefile | |
| parent | add Google Maps services (diff) | |
| download | api-description-c2745083b9475ef7c63a7956e8b6ab0ab907a6cc.tar.gz | |
add Google OAuth 2.0
Diffstat (limited to '')
| -rw-r--r-- | services/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/Makefile b/services/Makefile index 54d72c2..eb54875 100644 --- a/services/Makefile +++ b/services/Makefile @@ -9,6 +9,7 @@ check: spore_validation.rx @$(VALIDATOR) backtype.json @$(VALIDATOR) github.json @$(VALIDATOR) googleoauth.json + @$(VALIDATOR) googleoauth2.json @$(VALIDATOR) googlepagespeed.json @$(VALIDATOR) googleshortener.json @$(VALIDATOR) googletranslate.json @@ -27,6 +28,7 @@ png: \ backtype.png \ github.png \ googleoauth.png \ + googleoauth2.png \ googlepagespeed.png \ googleshortener.png \ googletranslate.png \ |
