diff options
-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 |