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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f0784a9baed..d48f0e24966 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ - README COPYING EXCEPTIONS-CLIENT + README COPYING EXCEPTIONS-CLIENT CMakeLists.txt SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \ @readline_topdir@ sql-common \ @thread_dirs@ pstack \ @@ -33,7 +33,7 @@ DIST_SUBDIRS = . include @docs_dirs@ zlib \ @thread_dirs@ pstack \ @sql_union_dirs@ scripts @man_dirs@ tests SSL\ BUILD netware os2 @libmysqld_dirs@ \ - @bench_dirs@ support-files @tools_dirs@ + @bench_dirs@ support-files @tools_dirs@ win # Run these targets before any others, also make part of clean target, # to make sure we create new links after a clean. |