You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/11/18 19:08:10 UTC

svn commit: r881857 - in /couchdb/branches/0.10.x: src/erlang-oauth/Makefile.am test/Makefile.am

Author: nslater
Date: Wed Nov 18 18:08:10 2009
New Revision: 881857

URL: http://svn.apache.org/viewvc?rev=881857&view=rev
Log:
fixed build

Modified:
    couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am
    couchdb/branches/0.10.x/test/Makefile.am

Modified: couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am?rev=881857&r1=881856&r2=881857&view=diff
==============================================================================
--- couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am (original)
+++ couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am Wed Nov 18 18:08:10 2009
@@ -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)

Modified: couchdb/branches/0.10.x/test/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/Makefile.am?rev=881857&r1=881856&r2=881857&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/Makefile.am (original)
+++ couchdb/branches/0.10.x/test/Makefile.am Wed Nov 18 18:08:10 2009
@@ -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