diff options
Diffstat (limited to 'storage/bdb/Makefile.in')
-rw-r--r-- | storage/bdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/bdb/Makefile.in b/storage/bdb/Makefile.in index c6d445f2ed5..4e2439025f3 100644 --- a/storage/bdb/Makefile.in +++ b/storage/bdb/Makefile.in @@ -23,13 +23,13 @@ top_srcdir = @top_srcdir@ # distdir and top_distdir are set by the calling Makefile bdb_build = build_unix -files = LICENSE Makefile Makefile.in README +files = LICENSE Makefile Makefile.in README cmakelists.txt subdirs = btree build_win32 clib common cxx db dbinc \ dbinc_auto db185 db_archive db_checkpoint db_deadlock db_dump \ db_dump185 db_hotbackup db_load db_printlog db_recover db_stat db_upgrade \ db_verify dbm dbreg dist env fileops hash \ hsearch hmac include lock log mp mutex os \ - os_win32 qam rep txn xa sequence + os_win32 qam rep txn xa sequence crypto @SET_MAKE@ |