diff options
Diffstat (limited to 'src/couchdb')
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index bcd2f9f9..0d84e387 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -25,6 +25,8 @@ couch_erl_driver_la_LIBADD = -licuuc -licudata -licui18n locallibbin_PROGRAMS = couchjs couchjs_SOURCES = couch_js.c curlhelper.c curlhelper.h +couchjs_LDLAGS = $(CURL_LDLAGS) +couchjs_CFLAGS = $(CURL_CFLAGS) couchjs_LDADD = -lcurl couchinclude_DATA = couch_db.hrl |