You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fd...@apache.org on 2011/06/12 18:14:34 UTC

svn commit: r1134941 - /couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am

Author: fdmanana
Date: Sun Jun 12 16:14:33 2011
New Revision: 1134941

URL: http://svn.apache.org/viewvc?rev=1134941&view=rev
Log:
Fix erlang-oauth Makefile.am (wrong file extension)


Modified:
    couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am

Modified: couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am?rev=1134941&r1=1134940&r2=1134941&view=diff
==============================================================================
--- couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am (original)
+++ couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am Sun Jun 12 16:14:33 2011
@@ -28,7 +28,7 @@ oauthebin_make_generated_file_list = \
     oauth_hmac_sha1.beam \
     oauth_http.beam \
     oauth_plaintext.beam \
-    oauth_rsa_sha1.erl \
+    oauth_rsa_sha1.beam \
     oauth_unix.beam \
     oauth_uri.beam
 



Re: svn commit: r1134941 - /couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am

Posted by Randall Leeds <ra...@gmail.com>.
Ugh. that was me. Stupid.

On Sun, Jun 12, 2011 at 12:14,  <fd...@apache.org> wrote:
> Author: fdmanana
> Date: Sun Jun 12 16:14:33 2011
> New Revision: 1134941
>
> URL: http://svn.apache.org/viewvc?rev=1134941&view=rev
> Log:
> Fix erlang-oauth Makefile.am (wrong file extension)
>
>
> Modified:
>    couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am
>
> Modified: couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am
> URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am?rev=1134941&r1=1134940&r2=1134941&view=diff
> ==============================================================================
> --- couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am (original)
> +++ couchdb/branches/1.1.x/src/erlang-oauth/Makefile.am Sun Jun 12 16:14:33 2011
> @@ -28,7 +28,7 @@ oauthebin_make_generated_file_list = \
>     oauth_hmac_sha1.beam \
>     oauth_http.beam \
>     oauth_plaintext.beam \
> -    oauth_rsa_sha1.erl \
> +    oauth_rsa_sha1.beam \
>     oauth_unix.beam \
>     oauth_uri.beam
>
>
>
>