summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorknielsen@mysql.com <>2006-03-24 22:50:56 +0100
committerknielsen@mysql.com <>2006-03-24 22:50:56 +0100
commitbc6628d27fbf4bcc12682f159742e5bc70e5c35d (patch)
tree4a3cb807ddfab7cd04cb6caf42623f824843f884 /mysys
parent443ac64226b610229b62499eecfc58ea479843a6 (diff)
downloadmariadb-git-bc6628d27fbf4bcc12682f159742e5bc70e5c35d.tar.gz
Some changes to make it possible to build for Windows with CMake from
a normal 'make dist' source .tar.gz.
Diffstat (limited to 'mysys')
-rw-r--r--mysys/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am
index 121342bec87..51ea249bbf6 100644
--- a/mysys/Makefile.am
+++ b/mysys/Makefile.am
@@ -58,7 +58,9 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c my_mmap.c \
my_handler.c my_netware.c my_largepage.c \
my_windac.c my_access.c base64.c
EXTRA_DIST = thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c \
- thr_mutex.c thr_rwlock.c
+ thr_mutex.c thr_rwlock.c \
+ cmakelists.txt mf_soundex.c \
+ my_conio.c my_wincond.c my_winsem.c my_winthread.c
libmysys_a_LIBADD = @THREAD_LOBJECTS@
# test_dir_DEPENDENCIES= $(LIBRARIES)
# testhash_DEPENDENCIES= $(LIBRARIES)