Skip to content

Commit

Permalink
MB-6969 add geocouch to dist bundle
Browse files Browse the repository at this point in the history
geocouch is needed when building couchbase-server
from source tarball

Change-Id: Iceb27ca258b2ab9f4307fece882b7769890395f8
Reviewed-on: http://review.couchbase.org/21998
Reviewed-by: Volker Mische <volker.mische@gmail.com>
Reviewed-by: Bin Cui <bin.cui@gmail.com>
Reviewed-by: Farshid Ghods <farshid@couchbase.com>
Tested-by: Farshid Ghods <farshid@couchbase.com>
  • Loading branch information
farshidce authored and Farshid Ghods committed Oct 29, 2012
1 parent 2326163 commit 12abea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.top
Expand Up @@ -63,7 +63,7 @@ all: do-install-all
DIST_VERSION = `git describe`
DIST_MANIFEST = manifest.xml
DIST_PRODUCT = couchbase-server
DIST_COMPONENTS_EXTRA = couchbase-python-client
DIST_COMPONENTS_EXTRA = couchbase-python-client geocouch
DIST_COMPONENTS = $(filter-out libcouchbase, $(COMPONENTS)) $(DIST_COMPONENTS_EXTRA)

dist:
Expand Down

0 comments on commit 12abea9

Please sign in to comment.