Ugh. that was me. Stupid.
On Sun, Jun 12, 2011 at 12:14, <[email protected]> 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 > > > >
