diff options
Diffstat (limited to 'src/erlang-oauth')
-rw-r--r-- | src/erlang-oauth/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am index 5cc32704..c87d7f68 100644 --- a/src/erlang-oauth/Makefile.am +++ b/src/erlang-oauth/Makefile.am @@ -18,7 +18,6 @@ oauthebindir = $(localerlanglibdir)/erlang-oauth/ebin oauth_file_collection = \ oauth.erl \ oauth_hmac_sha1.erl \ -# oauth_rsa_sha1.erl \ oauth_http.erl \ oauth_plaintext.erl \ oauth_unix.erl \ @@ -29,7 +28,6 @@ oauthebin_static_file = oauth.app oauthebin_make_generated_file_list = \ oauth.beam \ oauth_hmac_sha1.beam \ -# oauth_rsa_sha1.beam \ oauth_http.beam \ oauth_plaintext.beam \ oauth_unix.beam \ |