diff options
-rw-r--r-- | bin/Makefile.am | 2 | ||||
-rw-r--r-- | src/mochiweb/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index decc4ef7..fbe94855 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -29,7 +29,7 @@ couchdb: couchdb.tpl -e "s|%bindir%|@bindir@|g" \ -e "s|%localerlanglibdir%|@localerlanglibdir@|g" \ -e "s|%couchdbebindir%|couch-@version@/ebin|g" \ - -e "s|%mochiwebebindir%|mochiweb-r82/ebin|g" \ + -e "s|%mochiwebebindir%|mochiweb-r97/ebin|g" \ -e "s|%ibrowseebindir%|ibrowse-1.4.1/ebin|g" \ -e "s|%defaultini%|default.ini|g" \ -e "s|%localini%|local.ini|g" \ diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index b7fbf18b..7654cd16 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 = $(localerlanglibdir)/mochiweb-r82/ebin +mochiwebebindir = $(localerlanglibdir)/mochiweb-r97/ebin mochiweb_file_collection = \ mochifmt.erl \ |