fixed build

git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/0.10.x@881857 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/erlang-oauth/Makefile.am b/src/erlang-oauth/Makefile.am
index 1d12339..95e0898 100644
--- a/src/erlang-oauth/Makefile.am
+++ b/src/erlang-oauth/Makefile.am
@@ -16,7 +16,7 @@
 # we add a ./configure option to enable it.
 
 oauth_file_collection = \
-	oauth.app.in \
+    oauth.app.in \
     oauth.erl \
     oauth_hmac_sha1.erl \
     oauth_http.erl \
@@ -25,7 +25,7 @@
     oauth_uri.erl
 
 oauthebin_make_generated_file_list = \
-	oauth.app \
+    oauth.app \
     oauth.beam \
     oauth_hmac_sha1.beam \
     oauth_http.beam \
@@ -34,10 +34,11 @@
     oauth_uri.beam
 
 oauthebin_DATA = \
-	$(oauthebin_make_generated_file_list)
+    $(oauthebin_make_generated_file_list)
 
 EXTRA_DIST = \
-	$(oauth_file_collection)
+    $(oauth_file_collection) \
+    oauth_rsa_sha1.erl
 
 CLEANFILES = \
     $(oauthebin_make_generated_file_list)
diff --git a/test/Makefile.am b/test/Makefile.am
index f4069d4..a88f01e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -12,3 +12,11 @@
 
 SUBDIRS = etap
 
+EXTRA_DIST = \
+    couch_config_test.erl \
+    couch_config_writer_test.erl \
+    query_server_spec.rb \
+    run_native_process.es \
+    runner.erl \
+    runner.sh \
+    test.js