summaryrefslogtreecommitdiff
path: root/src/erlang-oauth
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-08-05 23:08:25 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-08-05 23:08:25 +0000
commit4f464fc5cfae0649a2fbd0aa563a0fb53bb63542 (patch)
treeedcfc8a750b9d0c709648310ccf364d1e5108836 /src/erlang-oauth
parent75bb1deedc55a1b52815c76e74b377069339ac45 (diff)
The RSA SHA1 Oauth module was breaking trunk for older versions of the Erlang
VM. Since we don't actually use it, I'm removing it from the build until we add a ./conifgure option or we update our Erlang version requirement. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@801456 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/erlang-oauth')
-rw-r--r--src/erlang-oauth/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am
index e20bf2b1..c87d7f68 100644
--- a/src/erlang-oauth/Makefile.am
+++ b/src/erlang-oauth/Makefile.am
@@ -12,12 +12,14 @@
oauthebindir = $(localerlanglibdir)/erlang-oauth/ebin
+# Removed oauth_rsa_sha1.erl until we require R12B5 or
+# we add a ./configure option to enable it.
+
oauth_file_collection = \
oauth.erl \
oauth_hmac_sha1.erl \
oauth_http.erl \
oauth_plaintext.erl \
- oauth_rsa_sha1.erl \
oauth_unix.erl \
oauth_uri.erl
@@ -28,7 +30,6 @@ oauthebin_make_generated_file_list = \
oauth_hmac_sha1.beam \
oauth_http.beam \
oauth_plaintext.beam \
- oauth_rsa_sha1.beam \
oauth_unix.beam \
oauth_uri.beam