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

[25/35] git commit: Add dependency on khash

Add dependency on khash


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/commit/1deb3d42
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/tree/1deb3d42
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/diff/1deb3d42

Branch: refs/heads/windsor-merge
Commit: 1deb3d4289bcd0dc588238456b1c2f430aa67085
Parents: 2ad40ed
Author: Paul J. Davis <pa...@gmail.com>
Authored: Sat May 11 15:21:11 2013 -0500
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Jul 30 17:45:05 2014 +0100

----------------------------------------------------------------------
 src/couch_event.app.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/blob/1deb3d42/src/couch_event.app.src
----------------------------------------------------------------------
diff --git a/src/couch_event.app.src b/src/couch_event.app.src
index 17fbafd..b2ac917 100644
--- a/src/couch_event.app.src
+++ b/src/couch_event.app.src
@@ -17,6 +17,6 @@
         couch_event_sup,
         couch_event_server
     ]},
-    {applications, [kernel, stdlib, couch_log, config]},
+    {applications, [kernel, stdlib, khash, couch_log, config]},
     {mod, {couch_event_app, []}}
 ]}.