Skip to content

Commit

Permalink
Adjust settings for new couch set view code
Browse files Browse the repository at this point in the history
The couch set views feature was now moved into a
separate source tree and is an OTP application.
This adjusts the build system to make Couchbase Server
build with this new layout.

Change-Id: I3d4f335d508731622fd8668b21bcde00f3c357a4
Reviewed-on: http://review.couchbase.org/11009
Tested-by: Filipe David Borba Manana <fdmanana@gmail.com>
Reviewed-by: Volker Mische <volker.mische@gmail.com>
Tested-by: Volker Mische <volker.mische@gmail.com>
  • Loading branch information
fdmanana authored and alk committed Nov 22, 2011
1 parent deda764 commit 855bc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rebar.config.in
@@ -1,5 +1,6 @@
{lib_dirs, ["deps"]}.
{erl_opts, [{src_dirs, ["test"]},
{i, "@couchdb_src_path@"},
{i, "@couchdb_src_path@/.."},
debug_info, bin_info_opt,
{parse_transform, ale_transform}]}.
2 changes: 1 addition & 1 deletion src/capi_set_view_manager.erl
Expand Up @@ -28,7 +28,7 @@
-export([get_state/1]).

-include("couch_db.hrl").
-include("couch_set_view.hrl").
-include_lib("couch_set_view/include/couch_set_view.hrl").
-include("ns_common.hrl").

-record(state, {bucket,
Expand Down

0 comments on commit 855bc2e

Please sign in to comment.