diff options
author | Jan Lehnardt <jan@apache.org> | 2009-02-22 16:55:15 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-02-22 16:55:15 +0000 |
commit | 611a2480bf0223911e1aee24c8d68c930a834a0f (patch) | |
tree | 5156a80a06084ef308e858e956e61aba9b6e44f8 | |
parent | f93232d61839019e45155cb9eb037caa24d791be (diff) |
add couch_stats.hrl to distribution files
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@746768 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 10c06ebe..dc48c983 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -77,7 +77,7 @@ source_files = \ couch_view_group.erl \ couch_db_updater.erl -EXTRA_DIST = $(source_files) couch_db.hrl +EXTRA_DIST = $(source_files) couch_db.hrl couch_stats.hrl compiled_files = \ couch.app \ |