diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2011-06-12 16:14:33 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2011-06-12 16:14:33 +0000 |
commit | e192fe836b55d7e58273554a3a739218bd78798e (patch) | |
tree | 35c365a1664bf07698c7eaff8ad05ec89d0c651a /src/erlang-oauth | |
parent | a217146276375f6247b027305723b0734ab280f5 (diff) |
Fix erlang-oauth Makefile.am (wrong file extension)
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1134941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/erlang-oauth')
-rw-r--r-- | src/erlang-oauth/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am index 76239484..50782e75 100644 --- a/src/erlang-oauth/Makefile.am +++ b/src/erlang-oauth/Makefile.am @@ -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 |