diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-03-03 21:56:30 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-03-03 21:56:30 +0000 |
commit | 5ce28dab2a2f803efdc6ae4d1a39e82d758cec57 (patch) | |
tree | 0e188c6a4ecdcf395c961019b630692a2ecbe77d /src | |
parent | 745ec3bec56e8c66bf0e4c862b02f925052a339c (diff) |
Forgot to change MochiWeb version in lib directory name when updating MochiWeb in r747575.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@749783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/mochiweb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |