summaryrefslogtreecommitdiff
path: root/src/erlang-oauth
diff options
context:
space:
mode:
Diffstat (limited to 'src/erlang-oauth')
-rw-r--r--src/erlang-oauth/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am
index 48b76482..76239484 100644
--- a/src/erlang-oauth/Makefile.am
+++ b/src/erlang-oauth/Makefile.am
@@ -22,15 +22,13 @@ oauth_file_collection = \
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 \
oauth_hmac_sha1.beam \
oauth_http.beam \
oauth_plaintext.beam \
+ oauth_rsa_sha1.erl \
oauth_unix.beam \
oauth_uri.beam