summaryrefslogtreecommitdiff
path: root/src/couchdb/Makefile.am
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-02-22 16:55:15 +0000
committerJan Lehnardt <jan@apache.org>2009-02-22 16:55:15 +0000
commit611a2480bf0223911e1aee24c8d68c930a834a0f (patch)
tree5156a80a06084ef308e858e956e61aba9b6e44f8 /src/couchdb/Makefile.am
parentf93232d61839019e45155cb9eb037caa24d791be (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
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r--src/couchdb/Makefile.am2
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 \