From 73f9d9c3718be5e2a137c054f9eeeee5da823373 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Thu, 15 Oct 2009 15:03:43 +0200 Subject: Bug fixes to my_atomic infrastructure --- unittest/mysys/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unittest') 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 \ -- cgit v1.2.1