diff options
author | Noah Slater <nslater@apache.org> | 2010-08-10 22:18:03 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2010-08-10 22:18:03 +0000 |
commit | 889d21d8518dec7fb125948e8af4901982cc1830 (patch) | |
tree | 190ce44d3633734547f77e3a75b30bcf4a11d353 | |
parent | 7d56feb3d9543b2da92a80fa75187e8eea0961df (diff) |
backported r984237
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@984238 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/erlang-oauth/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am index 1d123396..48b76482 100644 --- a/src/erlang-oauth/Makefile.am +++ b/src/erlang-oauth/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 \ |