Commit 74536862 authored by unknown's avatar unknown
Browse files

Makefile.am, CMakeLists.txt:

  Removed references to my_winsem.c


mysys/CMakeLists.txt:
  Removed references to my_winsem.c
mysys/Makefile.am:
  Removed references to my_winsem.c
parent deeb3ee4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ ADD_LIBRARY(mysys array.c charset-def.c charset.c checksum.c default.c default_m
				my_mkdir.c my_mmap.c my_net.c my_once.c my_open.c my_pread.c my_pthread.c 
				my_quick.c my_read.c my_realloc.c my_redel.c my_rename.c my_seek.c my_sleep.c
				my_static.c my_symlink.c my_symlink2.c my_sync.c my_thr_init.c my_wincond.c
				my_windac.c my_winsem.c my_winthread.c my_write.c ptr_cmp.c queues.c
				my_windac.c my_winthread.c my_write.c ptr_cmp.c queues.c
				rijndael.c safemalloc.c sha1.c string.c thr_alarm.c thr_lock.c thr_mutex.c
				thr_rwlock.c tree.c typelib.c base64.c my_memmem.c
				my_getpagesize.c)
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c my_mmap.c \
			my_windac.c my_access.c base64.c my_libwrap.c
EXTRA_DIST =		thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c \
			thr_mutex.c thr_rwlock.c mf_soundex.c my_conio.c \
			my_wincond.c my_winsem.c my_winthread.c CMakeLists.txt
			my_wincond.c my_winthread.c CMakeLists.txt
libmysys_a_LIBADD =	@THREAD_LOBJECTS@
# test_dir_DEPENDENCIES=	$(LIBRARIES)
# testhash_DEPENDENCIES=	$(LIBRARIES)