summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-10-04 15:11:43 +0200
committerJan Lehnardt <jan@apache.org>2013-10-04 15:11:43 +0200
commit621a713f30b7ea9493e208b3de36ba837778056a (patch)
treebfa166a8f78be6a74a8282c823c1aa5d363d634b
parentc1ad087535323c11cc36f61e5862f16440ae68c3 (diff)
downloadcouchdb-621a713f30b7ea9493e208b3de36ba837778056a.tar.gz
fix typo
-rw-r--r--src/my-first-couchdb-plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/my-first-couchdb-plugin/Makefile.am b/src/my-first-couchdb-plugin/Makefile.am
index d15897fb7..d8021dedc 100644
--- a/src/my-first-couchdb-plugin/Makefile.am
+++ b/src/my-first-couchdb-plugin/Makefile.am
@@ -10,7 +10,7 @@
## License for the specific language governing permissions and limitations under
## the License.
-EXTRA_DIST =
+EXTRA_DIST = \
.gitignore \
Makefile.dist \
priv/default.d/my_first_couchdb_plugin.ini \