diff options
author | Noah Slater <nslater@apache.org> | 2008-10-23 15:41:30 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-10-23 15:41:30 +0000 |
commit | ee9ae6c604f8ee3f5f4cb80004ae26aa8e12e722 (patch) | |
tree | 24d9e9932ddb662354d5e61b053ab2db32a3f4be /src/couchdb | |
parent | 9bafb5222266e2fc6f6ba38730dcaf8eefafaa14 (diff) |
added header to SOURCES
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707393 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb')
-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 428c4d9e..d72b1da3 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -24,7 +24,7 @@ couch_erl_driver_la_CFLAGS = $(ICU_LOCAL_FLAGS) couch_erl_driver_la_LIBADD = -licuuc -licudata -licui18n locallibbin_PROGRAMS = couchjs -couchjs_SOURCES = couch_js.c curlhelper.c +couchjs_SOURCES = couch_js.c curlhelper.c curlhelper.h couchjs_LDADD = -lcurl couchinclude_DATA = couch_db.hrl |