diff options
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r-- | bin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index 991ceef4..4f7b451e 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -31,6 +31,7 @@ couchdb: couchdb.tpl -e "s|%couchdbebindir%|couch-@version@/ebin|g" \ -e "s|%mochiwebebindir%|mochiweb-r97/ebin|g" \ -e "s|%ibrowseebindir%|ibrowse-1.4.1/ebin|g" \ + -e "s|%oauthebindir%|erlang-oauth/ebin|g" \ -e "s|%defaultini%|default.ini|g" \ -e "s|%localini%|local.ini|g" \ -e "s|%localconfdir%|@localconfdir@|g" \ |