You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:22:21 UTC

[03/12] oauth commit: updated refs/heads/import-master to db23ab2

added rsa module

git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819773 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/eb3f773c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/eb3f773c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/eb3f773c

Branch: refs/heads/import-master
Commit: eb3f773c9dca968b2c3545601afe9917046a33a3
Parents: 95c501f
Author: Noah Slater <ns...@apache.org>
Authored: Mon Sep 28 23:56:42 2009 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Mon Sep 28 23:56:42 2009 +0000

----------------------------------------------------------------------
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/eb3f773c/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index c87d7f6..71b4aa3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,7 @@ oauthebindir = $(localerlanglibdir)/erlang-oauth/ebin
 oauth_file_collection = \
     oauth.erl \
     oauth_hmac_sha1.erl \
+    oauth_rsa_sha1.erl \
     oauth_http.erl \
     oauth_plaintext.erl \
     oauth_unix.erl \
@@ -28,6 +29,7 @@ oauthebin_static_file = oauth.app
 oauthebin_make_generated_file_list = \
     oauth.beam \
     oauth_hmac_sha1.beam \
+    oauth_rsa_sha1.beam \
     oauth_http.beam \
     oauth_plaintext.beam \
     oauth_unix.beam \