summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-10-23 17:34:22 +0000
committerJan Lehnardt <jan@apache.org>2008-10-23 17:34:22 +0000
commit87564c805e3cd9195f98dc0a2d9994deb2cb93ea (patch)
tree464ea64281a2c6ff294231916ee45ce05cdc25ee
parent034b9c67dc508f3fe8c8874176c80e5f882762b7 (diff)
Put .erl files back into distribution package.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707421 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/couchdb/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index d72b1da3..bcd2f9f9 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -61,6 +61,8 @@ source_files = \
couch_view.erl \
couch_db_updater.erl
+EXTRA_DIST = $(source_files) couch_db.hrl
+
compiled_files = \
couch.app \
couch_btree.beam \