summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-08-10 22:43:02 +0000
committerNoah Slater <nslater@apache.org>2010-08-10 22:43:02 +0000
commitcc1910f73fbd20c5ffc94bd61e7701d7f5e4c92a (patch)
treedffe636262c322f954b03ae2f16db0b256338f3a /src
parent6be241f77fdd034026804fb5999414a833d2c099 (diff)
parentb6cc62eb9563103616dbbe59b94cd7f682b5353a (diff)
tagging 1.0.1
git-svn-id: https://svn.apache.org/repos/asf/couchdb/tags/1.0.1@984255 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/erlang-oauth/Makefile.am7
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 \