diff options
author | unknown <georg@lmy002.wdf.sap.corp> | 2006-09-01 10:32:12 +0200 |
---|---|---|
committer | unknown <georg@lmy002.wdf.sap.corp> | 2006-09-01 10:32:12 +0200 |
commit | cce4cc25a9a3927d4d947d4ce006343f4503729e (patch) | |
tree | 67781fa721a49caf5bc3eb45b52b4e42b1c9abfb /bdb | |
parent | 8f4477281eb5f110094927abe7dabd67c8525fc5 (diff) | |
download | mariadb-git-cce4cc25a9a3927d4d947d4ce006343f4503729e.tar.gz |
make dist changes for Cmake build
libmysql/mytest.c:
Rename: BitKeeper/deleted/.del-mytest.c -> libmysql/mytest.c
sql/message.mc:
BitKeeper file /home/georg/work/mysql/prod/mysql-5.0-win/sql/message.mc
Diffstat (limited to 'bdb')
-rw-r--r-- | bdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdb/Makefile.in b/bdb/Makefile.in index c83d40ac8b2..d40fffed769 100644 --- a/bdb/Makefile.in +++ b/bdb/Makefile.in @@ -23,7 +23,7 @@ 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_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 \ |