summaryrefslogtreecommitdiff
path: root/src/couchdb/Makefile.am
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2008-12-22 20:41:05 +0000
committerDamien F. Katz <damien@apache.org>2008-12-22 20:41:05 +0000
commit4fc7bef5c4a44c971852f8c9251faef48779f4d1 (patch)
tree35114d51907268a9022e83b6ca13515a0fb5c4b5 /src/couchdb/Makefile.am
parentc823bd2e8b3990b5c55dde54705d6866ad1eda4f (diff)
Checking in new erlang source file, used for tracking file stats.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@728767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/Makefile.am')
-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 aaa6c67c..ae7a06e1 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -51,6 +51,7 @@ source_files = \
couch_external_manager.erl \
couch_external_server.erl \
couch_file.erl \
+ couch_file_stats.erl \
couch_httpd.erl \
couch_httpd_db.erl \
couch_httpd_external.erl \
@@ -85,6 +86,7 @@ compiled_files = \
couch_external_manager.beam \
couch_external_server.beam \
couch_file.beam \
+ couch_file_stats.beam \
couch_httpd.beam \
couch_httpd_db.beam \
couch_httpd_external.beam \