diff options
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r-- | src/couchdb/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |