You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/10/25 18:34:38 UTC

svn commit: r707860 - /incubator/couchdb/trunk/src/couchdb/Makefile.am

Author: nslater
Date: Sat Oct 25 09:34:37 2008
New Revision: 707860

URL: http://svn.apache.org/viewvc?rev=707860&view=rev
Log:
added CURL flags to couchjs build

Modified:
    incubator/couchdb/trunk/src/couchdb/Makefile.am

Modified: incubator/couchdb/trunk/src/couchdb/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/src/couchdb/Makefile.am?rev=707860&r1=707859&r2=707860&view=diff
==============================================================================
--- incubator/couchdb/trunk/src/couchdb/Makefile.am (original)
+++ incubator/couchdb/trunk/src/couchdb/Makefile.am Sat Oct 25 09:34:37 2008
@@ -25,6 +25,8 @@
 
 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