summaryrefslogtreecommitdiff
path: root/server-tools
diff options
context:
space:
mode:
authorunknown <georg@lmy002.wdf.sap.corp>2006-09-01 10:32:12 +0200
committerunknown <georg@lmy002.wdf.sap.corp>2006-09-01 10:32:12 +0200
commitcce4cc25a9a3927d4d947d4ce006343f4503729e (patch)
tree67781fa721a49caf5bc3eb45b52b4e42b1c9abfb /server-tools
parent8f4477281eb5f110094927abe7dabd67c8525fc5 (diff)
downloadmariadb-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 'server-tools')
-rw-r--r--server-tools/Makefile.am1
-rw-r--r--server-tools/instance-manager/Makefile.am3
2 files changed, 3 insertions, 1 deletions
diff --git a/server-tools/Makefile.am b/server-tools/Makefile.am
index ed316b9ac38..573bf07ccff 100644
--- a/server-tools/Makefile.am
+++ b/server-tools/Makefile.am
@@ -1 +1,2 @@
SUBDIRS= instance-manager
+DIST_SUBDIRS= instance-manager
diff --git a/server-tools/instance-manager/Makefile.am b/server-tools/instance-manager/Makefile.am
index 6b5d80a99af..b1d77506efa 100644
--- a/server-tools/instance-manager/Makefile.am
+++ b/server-tools/instance-manager/Makefile.am
@@ -18,7 +18,8 @@ INCLUDES= @ZLIB_INCLUDES@ -I$(top_srcdir)/include \
@openssl_includes@ -I$(top_builddir)/include
DEFS= -DMYSQL_INSTANCE_MANAGER -DMYSQL_SERVER
-
+EXTRA_DIST = IMService.cpp IMService.h WindowsService.cpp WindowsService.h \
+ CMakeLists.txt
# As all autoconf variables depend from ${prefix} and being resolved only when
# make is run, we can not put these defines to a header file (e.g. to
# default_options.h, generated from default_options.h.in)