summaryrefslogtreecommitdiff
path: root/bdb
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-02-03 11:32:29 +0100
committerlenz@mysql.com <>2003-02-03 11:32:29 +0100
commitc96a4e7349361d0a5a01676d95517fccc8269302 (patch)
tree222d2e5fc6f28bcc4928ad115241fdf9f25551cc /bdb
parent0aaab85f70b9724aca8ed6a2ff756501f30ff5bd (diff)
downloadmariadb-git-c96a4e7349361d0a5a01676d95517fccc8269302.tar.gz
- added missing files/directories from bdb and libedit to source distribution
- make sure to not included BK's "SCCS" directories in source distribution
Diffstat (limited to 'bdb')
-rw-r--r--bdb/Makefile.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/bdb/Makefile.in b/bdb/Makefile.in
index 92c5b6ff54e..c83d40ac8b2 100644
--- a/bdb/Makefile.in
+++ b/bdb/Makefile.in
@@ -24,12 +24,13 @@ top_srcdir = @top_srcdir@
bdb_build = build_unix
files = LICENSE Makefile Makefile.in README
-subdirs = btree build_vxworks build_win32 clib common cxx db db185 \
- db_archive db_checkpoint db_deadlock db_dump db_dump185 db_load \
- db_printlog db_recover db_stat db_upgrade db_verify dbm dist \
- env examples_c examples_cxx hash hsearch include java libdb_java \
- lock log mp mutex os os_vxworks os_win32 perl.BerkeleyDB \
- perl.DB_File qam rpc_client rpc_server tcl test txn xa
+subdirs = btree build_vxworks build_win32 clib common cxx db dbinc \
+ dbinc_auto db185 db_archive db_checkpoint db_deadlock db_dump \
+ db_dump185 db_load db_printlog db_recover db_stat db_upgrade \
+ db_verify dbm dbreg dist env examples_c examples_cxx fileops hash \
+ hsearch hmac include java libdb_java lock log mp mutex os os_vxworks \
+ os_win32 perl.BerkeleyDB perl.DB_File qam rep rpc_client rpc_server tcl \
+ test txn xa
@SET_MAKE@