diff options
Diffstat (limited to 'src')
-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 \ |