diff options
author | Noah Slater <nslater@apache.org> | 2009-09-28 23:56:42 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-09-28 23:56:42 +0000 |
commit | 79d27d0a2c8afc3e387fe2ba4c49ec3b3601ccaf (patch) | |
tree | ccb9ff73a572562a3470094f9b03b5a74a14cd0f /src/erlang-oauth | |
parent | bec0e88464d7ec32bc98e09a88035227469ff9b3 (diff) |
added rsa module
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/erlang-oauth')
-rw-r--r-- | src/erlang-oauth/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am index c87d7f68..71b4aa38 100644 --- a/src/erlang-oauth/Makefile.am +++ b/src/erlang-oauth/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 \ |