Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes for the build
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/0.10.x@823015 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Noah Slater committed Oct 8, 2009
1 parent 6c54c48 commit 957cf8f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -16,7 +16,7 @@ localdoc_DATA = AUTHORS.gz BUGS.gz CHANGES.gz NEWS.gz README.gz THANKS.gz

DISTCLEANFILES = $(localdoc_DATA)

EXTRA_DIST = AUTHORS BUGS CHANGES LICENSE NEWS NOTICE README THANKS
EXTRA_DIST = AUTHORS BUGS CHANGES LICENSE NEWS NOTICE README THANKS license.skip

AUTHORS.gz: $(top_srcdir)/AUTHORS
-gzip -9 < $< > $@
Expand Down
28 changes: 27 additions & 1 deletion test/Makefile.am
Expand Up @@ -17,7 +17,33 @@ CLEANFILES = runner.beam test.ini
EXTRA_DIST = \
couch_config_test.erl \
couch_config_writer_test.erl \
etap \
etap/030-doc-from-json.t \
etap/080-config-get-set.t \
etap/064-kt-counting.t \
etap/081-config-override.1.ini \
etap/100-ref-counter.t \
etap/083-config-no-files.t \
etap/070-couch-db.t \
etap/010-file-basics.t \
etap/060-kt-merging.t \
etap/040-util.t \
etap/110-replication-httpc.t \
etap/062-kt-remove-leaves.t \
etap/001-load.t \
etap/111-replication-changes-feed.t \
etap/063-kt-get-leaves.t \
etap/090-task-status.t \
etap/021-btree-reductions.t \
etap/081-config-override.2.ini \
etap/065-kt-stemming.t \
etap/020-btree-basics.t \
etap/081-config-override.t \
etap/082-config-register.t \
etap/112-replication-missing-revs.t \
etap/011-file-headers.t \
etap/061-kt-missing-leaves.t \
etap/050-stream.t \
etap/031-doc-to-json.t \
query_server_spec.rb \
run_native_process.es \
runner.erl \
Expand Down

0 comments on commit 957cf8f

Please sign in to comment.