Commit d44270af authored by unknown's avatar unknown

After-merge fix for MySQL 5.1.41 merge into MariaDB: Fix incorrect merge breaking the build.

parent f92723eb
......@@ -18,15 +18,13 @@ INCLUDES = @ZLIB_INCLUDES@ -I$(top_builddir)/include \
noinst_HEADERS = thr_template.c
noinst_PROGRAMS = bitmap-t base64-t my_atomic-t lf-t waiting_threads-t
LDADD = $(top_builddir)/unittest/mytap/libmytap.a \
$(top_builddir)/mysys/libmysys.a \
$(top_builddir)/dbug/libdbug.a \
$(top_builddir)/strings/libmystrings.a
EXTRA_DIST = CMakeLists.txt
noinst_PROGRAMS = bitmap-t base64-t
noinst_PROGRAMS = bitmap-t base64-t lf-t waiting_threads-t
if NEED_THREAD
# my_atomic-t is used to check thread functions, so it is safe to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment