diff options
author | Noah Slater <nslater@apache.org> | 2008-10-25 16:34:37 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-10-25 16:34:37 +0000 |
commit | e556a8d9cf98de4f65d6eb0b746077e59c180bcd (patch) | |
tree | 410a0a6ae52f5b1277aa769f5303e10e742fe546 /src/couchdb | |
parent | 07bfbddf7a318d8a228d7dd27057fcdb81ab2436 (diff) |
added CURL flags to couchjs build
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707860 13f79535-47bb-0310-9956-ffa450edef68
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 |