summaryrefslogtreecommitdiff
path: root/src/erlang-oauth/Makefile.am
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2011-10-10 22:02:07 +0100
committerRobert Newson <rnewson@apache.org>2011-10-10 22:04:04 +0100
commit1a111277d10db221d35629e1b0b9060f7ba42891 (patch)
tree3fa8816eee1d758d4b531c35cb4bba4271cd1b4f /src/erlang-oauth/Makefile.am
parentda22c19f7a7fdfae015dfb0db93b5bd9453eae6c (diff)
Backport erlang-oauth from master for R15 compat
Diffstat (limited to 'src/erlang-oauth/Makefile.am')
-rw-r--r--src/erlang-oauth/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am
index 50782e75..48b76482 100644
--- a/src/erlang-oauth/Makefile.am
+++ b/src/erlang-oauth/Makefile.am
@@ -22,13 +22,15 @@ 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.beam \
oauth_unix.beam \
oauth_uri.beam