diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-10-11 07:51:35 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-10-11 07:51:35 +0000 |
commit | 629d1130c01681342204533f3e9e4cc86389beb8 (patch) | |
tree | 87bb055dc3a3cac4fb8553c89a07e007bfc1fd18 | |
parent | c28b0348973fca7e9675a05949626aa972a6fafc (diff) |
dropping kerberos support
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703636 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 28fd418f..bd13764a 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -25,7 +25,7 @@ couch_erl_driver_la_LIBADD = -licuuc -licudata -licui18n locallibbin_PROGRAMS = couchjs couchjs_SOURCES = couch_js.c curlhelper.c -couchjs_LDADD = -lcurl -lgssapi_krb5 +couchjs_LDADD = -lcurl couchinclude_DATA = couch_db.hrl |