diff options
author | Jan Lehnardt <jan@apache.org> | 2013-10-04 15:02:04 +0200 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2013-10-04 15:02:04 +0200 |
commit | 839beb049de7815efe48aefe51aa57fb5e491dfb (patch) | |
tree | eb7b252311ed88132a5664957f79a02ba0506fa1 /configure.ac | |
parent | 6b48a9a950ece981496c9b5a2af66de9f1ae1418 (diff) | |
download | couchdb-839beb049de7815efe48aefe51aa57fb5e491dfb.tar.gz |
custom Makefile for my-first-couchdb-plugin
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 321c65109..09c34dce9 100644 --- a/configure.ac +++ b/configure.ac @@ -737,6 +737,7 @@ 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/my-first-couchdb-plugin/Makefile]) AC_CONFIG_FILES([src/couchdb/couch.app.tpl]) AC_CONFIG_FILES([src/couchdb/Makefile]) AC_CONFIG_FILES([src/couchdb/priv/Makefile]) |