diff options
author | unknown <lenz@mysql.com> | 2003-02-03 11:32:29 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-02-03 11:32:29 +0100 |
commit | a598cfbfc3686dce4c62ed0d9bc49a97b0cc3b95 (patch) | |
tree | 222d2e5fc6f28bcc4928ad115241fdf9f25551cc /bdb | |
parent | b58dd39b9923cfe0bb30cdc3d1c533ea1976c278 (diff) | |
download | mariadb-git-a598cfbfc3686dce4c62ed0d9bc49a97b0cc3b95.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
Makefile.am:
- make sure to not include BKs "SCCS" directories in the source distribution
bdb/Makefile.in:
- added missing subdirectories to source distribution
cmd-line-utils/libedit/Makefile.am:
- added missing files to source distribution
Diffstat (limited to 'bdb')
-rw-r--r-- | bdb/Makefile.in | 13 |
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@ |