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

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

added oauth_rsa_sha1.erl to the dist

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

Branch: refs/heads/import-master
Commit: fb60e650c2b90314a416ba28bee7bd2747bf9672
Parents: a24be94
Author: Noah Slater <ns...@apache.org>
Authored: Tue Aug 10 22:17:12 2010 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Tue Aug 10 22:17:12 2010 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/fb60e650/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 1d12339..48b7648 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,18 +12,19 @@
 
 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.app.in \
     oauth.erl \
     oauth_hmac_sha1.erl \
     oauth_http.erl \
     oauth_plaintext.erl \
+    oauth_rsa_sha1.erl \
     oauth_unix.erl \
     oauth_uri.erl
 
+# Removed oauth_rsa_sha1.beam until we require R12B5 or
+# we add a ./configure option to enable it.
+
 oauthebin_make_generated_file_list = \
 	oauth.app \
     oauth.beam \