From 79d27d0a2c8afc3e387fe2ba4c49ec3b3601ccaf Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 28 Sep 2009 23:56:42 +0000 Subject: added rsa module git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819773 13f79535-47bb-0310-9956-ffa450edef68 --- src/erlang-oauth/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/erlang-oauth/Makefile.am') 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 \ -- cgit v1.2.3