Skip to content

Commit

Permalink
MB-6731: Add required modules for docloadgen
Browse files Browse the repository at this point in the history
Since we remove module workloadgen, we need to make docloadgen
self sufficient to copy all dependent modules during build

Change-Id: I0794705032b0b91b590df84a81594b3d25fd395e
Reviewed-on: http://review.couchbase.org/21118
Reviewed-by: Farshid Ghods <farshid@couchbase.com>
Tested-by: Farshid Ghods <farshid@couchbase.com>
  • Loading branch information
bcui6611 authored and Peter Wansch committed Sep 27, 2012
1 parent 693225b commit e7ede56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
@@ -1,4 +1,6 @@
COUCHBASE_PYTHON_LIB = ../couchbase-python-client/couchbase
COUCHBASE_PYTHON_LIB = ../couchbase-python-client/couchbase \
../couchbase-python-client/httplib2 \
../couchbase-python-client/simplejson

default:

Expand Down

0 comments on commit e7ede56

Please sign in to comment.