From 018b63c55cb10cbb2c79a0ca8f9e9c677285becb Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Thu, 15 Oct 2009 15:03:43 +0200 Subject: [PATCH] Bug fixes to my_atomic infrastructure --- unittest/mysys/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unittest/mysys/Makefile.am b/unittest/mysys/Makefile.am index be91ef31c9d..118643bb061 100644 --- a/unittest/mysys/Makefile.am +++ b/unittest/mysys/Makefile.am @@ -16,6 +16,8 @@ AM_CPPFLAGS = @ZLIB_INCLUDES@ -I$(top_builddir)/include AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap +noinst_HEADERS = thr_template.c + LDADD = $(top_builddir)/unittest/mytap/libmytap.a \ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/dbug/libdbug.a \