summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-09-29 00:03:47 +0000
committerNoah Slater <nslater@apache.org>2009-09-29 00:03:47 +0000
commit4f1c3d3a5b96782af9770f9cc5c335115cd4c5de (patch)
tree99df5bda66b759a2ae60f3644a7c8aa3977d2f2e
parentdd9ce40538ed48aeff0c54a0bf6ebe1b4bc2633e (diff)
commented out line
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819778 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/erlang-oauth/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am
index 71b4aa38..5cc32704 100644
--- a/src/erlang-oauth/Makefile.am
+++ b/src/erlang-oauth/Makefile.am
@@ -18,7 +18,7 @@ oauthebindir = $(localerlanglibdir)/erlang-oauth/ebin
oauth_file_collection = \
oauth.erl \
oauth_hmac_sha1.erl \
- oauth_rsa_sha1.erl \
+# oauth_rsa_sha1.erl \
oauth_http.erl \
oauth_plaintext.erl \
oauth_unix.erl \
@@ -29,7 +29,7 @@ oauthebin_static_file = oauth.app
oauthebin_make_generated_file_list = \
oauth.beam \
oauth_hmac_sha1.beam \
- oauth_rsa_sha1.beam \
+# oauth_rsa_sha1.beam \
oauth_http.beam \
oauth_plaintext.beam \
oauth_unix.beam \