summaryrefslogtreecommitdiff
path: root/src/couchdb/Makefile.am
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-08-31 09:43:41 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-08-31 09:43:41 +0000
commit15a175144d83d6177e9bbb923a7f7157e5ea8917 (patch)
tree92b7becc9610c46f87ddf7ab4c313642b007c4aa /src/couchdb/Makefile.am
parentac4075a7987dc43aadeb18a94e07f090d1b77546 (diff)
Merged json_term_changes branch back into trunk.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r--src/couchdb/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index 710ff1f0..e8d3662e 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -37,7 +37,6 @@ EXTRA_DIST = $(couch_files)
CLEANFILES = $(compiled_files) $(doc_base) $(doc_modules) edoc-info
source_files = \
- cjson.erl \
couch_btree.erl \
couch_config.erl \
couch_config_writer.erl \
@@ -61,7 +60,6 @@ source_files = \
couch_db_updater.erl
compiled_files = \
- cjson.beam \
couch.app \
couch_btree.beam \
couch_config.beam \
@@ -94,7 +92,6 @@ doc_base = \
stylesheet.css
doc_modules = \
- cjson.html \
couch_btree.html \
couch_config.html \
couch_config_writer.html \