diff options
author | Noah Slater <nslater@apache.org> | 2008-06-16 16:44:50 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-16 16:44:50 +0000 |
commit | b74e6688a21a0b412ed4b76349260e962ca755e7 (patch) | |
tree | bd27cdf45167c379dc934b790d9cd492618961e7 /src | |
parent | 5a8ba1a79b6887a54896f8d15b1462a28405b1df (diff) |
renamed directory variables, stage one
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/Makefile.am | 6 | ||||
-rw-r--r-- | src/mochiweb/Makefile.am | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 283eb4bb..47795c1d 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -12,7 +12,7 @@ ICU_LOCAL_FLAGS = $(ICU_LOCAL_CFLAGS) $(ICU_LOCAL_LDFLAGS) -couchprivlibdir = $(erlanglibdir)/couch-$(version)/priv/lib +couchprivlibdir = $(localerlanglibdir)/couch-$(version)/priv/lib couchprivlib_LTLIBRARIES = couch_erl_driver.la couch_erl_driver_la_SOURCES = couch_erl_driver.c @@ -23,8 +23,8 @@ couch_erl_driver_la_LIBADD = -licuuc -licudata -licui18n libbin_PROGRAMS = couchjs couchjs_SOURCES = couch_js.c -couchebindir = $(erlanglibdir)/couch-$(version)/ebin -couchincludedir = $(erlanglibdir)/couch-$(version)/include +couchebindir = $(localerlanglibdir)/couch-$(version)/ebin +couchincludedir = $(localerlanglibdir)/couch-$(version)/include couch_file_collection = \ cjson.erl \ diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index ea1d8f07..85109423 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -10,7 +10,7 @@ ## License for the specific language governing permissions and limitations under ## the License. -mochiwebebindir = $(erlanglibdir)/mochiweb-r76/ebin +mochiwebebindir = $(localerlanglibdir)/mochiweb-r76/ebin mochiweb_file_collection = \ mochifmt.erl \ |