diff options
author | Noah Slater <nslater@apache.org> | 2008-06-16 16:49:14 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-16 16:49:14 +0000 |
commit | 762dc6b37093ef85a7793671a8725b80d0f00870 (patch) | |
tree | aa6430806501f2c47c9b9d36914bc99ba2e52c41 /src/couchdb/Makefile.am | |
parent | b74e6688a21a0b412ed4b76349260e962ca755e7 (diff) |
renamed directory variables, stage two
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668234 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/Makefile.am')
-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 47795c1d..ff5827ef 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -20,7 +20,7 @@ couch_erl_driver_la_LDFLAGS = -module -avoid-version $(ICU_LOCAL_FLAGS) couch_erl_driver_la_CFLAGS = $(ICU_LOCAL_FLAGS) couch_erl_driver_la_LIBADD = -licuuc -licudata -licui18n -libbin_PROGRAMS = couchjs +locallibbin_PROGRAMS = couchjs couchjs_SOURCES = couch_js.c couchebindir = $(localerlanglibdir)/couch-$(version)/ebin |