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/09/29 01:53:06 UTC

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

Author: nslater
Date: Mon Sep 28 23:53:06 2009
New Revision: 819772

URL: http://svn.apache.org/viewvc?rev=819772&view=rev
Log:
minor build fixes

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=819772&r1=819771&r2=819772&view=diff
==============================================================================
--- couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am (original)
+++ couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am Mon Sep 28 23:53:06 2009
@@ -18,6 +18,7 @@
 oauth_file_collection = \
     oauth.erl \
     oauth_hmac_sha1.erl \
+    oauth_rsa_sha1.erl \
     oauth_http.erl \
     oauth_plaintext.erl \
     oauth_unix.erl \
@@ -28,6 +29,7 @@
 oauthebin_make_generated_file_list = \
     oauth.beam \
     oauth_hmac_sha1.beam \
+    oauth_rsa_sha1.beam \
     oauth_http.beam \
     oauth_plaintext.beam \
     oauth_unix.beam \

Modified: couchdb/branches/0.10.x/test/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/Makefile.am?rev=819772&r1=819771&r2=819772&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/Makefile.am (original)
+++ couchdb/branches/0.10.x/test/Makefile.am Mon Sep 28 23:53:06 2009
@@ -17,6 +17,9 @@
 EXTRA_DIST = \
     couch_config_test.erl \
     couch_config_writer_test.erl \
+    etap \
+    query_server_spec.rb \
+    run_native_process.es \
     runner.erl \
     runner.sh \
     test.js