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:22 UTC

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

commented out line

git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819778 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/8f360c14
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/8f360c14
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/8f360c14

Branch: refs/heads/import-master
Commit: 8f360c14692a46b4b4f2304e0235c1aa55365792
Parents: eb3f773
Author: Noah Slater <ns...@apache.org>
Authored: Tue Sep 29 00:03:47 2009 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Tue Sep 29 00:03:47 2009 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/8f360c14/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 71b4aa3..5cc3270 100644
--- a/Makefile.am
+++ b/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 \