From 5b2760e14a60e7447f04b58879fcdbc0c45c04df Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Thu, 9 Oct 2008 22:04:46 +0000 Subject: make check now runs the JavaScript test suite git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703276 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/couchdb/Makefile.am') diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 83220a57..28fd418f 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -24,7 +24,8 @@ couch_erl_driver_la_CFLAGS = $(ICU_LOCAL_FLAGS) couch_erl_driver_la_LIBADD = -licuuc -licudata -licui18n locallibbin_PROGRAMS = couchjs -couchjs_SOURCES = couch_js.c +couchjs_SOURCES = couch_js.c curlhelper.c +couchjs_LDADD = -lcurl -lgssapi_krb5 couchinclude_DATA = couch_db.hrl -- cgit v1.2.3