From b74e6688a21a0b412ed4b76349260e962ca755e7 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 16 Jun 2008 16:44:50 +0000 Subject: renamed directory variables, stage one git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668231 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 6 +++--- src/mochiweb/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 \ -- cgit v1.2.3