diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-06-24 10:06:07 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-06-24 10:06:07 -0400 |
commit | 2ef3de771b23bfc10902bde8c53f1e8ef4997845 (patch) | |
tree | aacca5d481c3b6a27dc35ef1f13b1239001c8355 /dist/filelist | |
parent | 17dfa754f587e2c5dccda856f39adfd06be94344 (diff) | |
download | mongo-2ef3de771b23bfc10902bde8c53f1e8ef4997845.tar.gz |
Minor futzing with the LevelDB copyright checks, add a WiredTiger
copyright notice to the leveldb/port/ files (such as they are).
Move src/api/api_XXX into src/conn/XXX, there's no reason to have an api
directory in the lower level (and it's about 100 lines of code, anyway).
Diffstat (limited to 'dist/filelist')
-rw-r--r-- | dist/filelist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/filelist b/dist/filelist index b6c86adc9bd..30889760d38 100644 --- a/dist/filelist +++ b/dist/filelist @@ -1,8 +1,6 @@ # filelist -- # List of source files for WiredTiger library. -src/api/api_strerror.c -src/api/api_version.c src/async/async_api.c src/async/async_op.c src/async/async_worker.c @@ -59,6 +57,8 @@ src/config/config_collapse.c src/config/config_concat.c src/config/config_def.c src/config/config_ext.c +src/conn/api_strerror.c +src/conn/api_version.c src/conn/conn_api.c src/conn/conn_cache.c src/conn/conn_cache_pool.c |