diff options
-rw-r--r-- | src/erlang-oauth/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am index e20bf2b1..c87d7f68 100644 --- a/src/erlang-oauth/Makefile.am +++ b/src/erlang-oauth/Makefile.am @@ -12,12 +12,14 @@ 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.erl \ oauth_hmac_sha1.erl \ oauth_http.erl \ oauth_plaintext.erl \ - oauth_rsa_sha1.erl \ oauth_unix.erl \ oauth_uri.erl @@ -28,7 +30,6 @@ oauthebin_make_generated_file_list = \ oauth_hmac_sha1.beam \ oauth_http.beam \ oauth_plaintext.beam \ - oauth_rsa_sha1.beam \ oauth_unix.beam \ oauth_uri.beam |