diff options
author | Jan Lehnardt <jan@apache.org> | 2008-10-23 17:34:22 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-10-23 17:34:22 +0000 |
commit | 87564c805e3cd9195f98dc0a2d9994deb2cb93ea (patch) | |
tree | 464ea64281a2c6ff294231916ee45ce05cdc25ee /src/couchdb | |
parent | 034b9c67dc508f3fe8c8874176c80e5f882762b7 (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
Diffstat (limited to 'src/couchdb')
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
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 \ |