summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-10-04 14:58:07 +0200
committerJan Lehnardt <jan@apache.org>2013-10-04 14:58:07 +0200
commit6b48a9a950ece981496c9b5a2af66de9f1ae1418 (patch)
treefee6927f590730489d7b58889faeb7d1f098b9c4
parentd5cf182c3fe52a3700ceca18a6f8faf14c66a42d (diff)
downloadcouchdb-6b48a9a950ece981496c9b5a2af66de9f1ae1418.tar.gz
add src/couchjs-node/Makedile to configure.ac
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ebb60266..321c65109 100644
--- a/configure.ac
+++ b/configure.ac
@@ -736,6 +736,7 @@ AC_CONFIG_FILES([src/couch_index/Makefile])
AC_CONFIG_FILES([src/couch_mrview/Makefile])
AC_CONFIG_FILES([src/couch_plugins/Makefile])
AC_CONFIG_FILES([src/couch_replicator/Makefile])
+AC_CONFIG_FILES([src/couchjs-node/Makefile])
AC_CONFIG_FILES([src/couchdb/couch.app.tpl])
AC_CONFIG_FILES([src/couchdb/Makefile])
AC_CONFIG_FILES([src/couchdb/priv/Makefile])