From e556a8d9cf98de4f65d6eb0b746077e59c180bcd Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sat, 25 Oct 2008 16:34:37 +0000 Subject: added CURL flags to couchjs build git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707860 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/couchdb') 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 -- cgit v1.2.3