summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-10-15 15:03:43 +0200
committerMikael Ronstrom <mikael@mysql.com>2009-10-15 15:03:43 +0200
commit73f9d9c3718be5e2a137c054f9eeeee5da823373 (patch)
tree508f72f07823985ef3f01ede19e10fd128cf23f5 /unittest
parentbae553cfcd9ad8b9df8b5305736f6810fbaed43b (diff)
downloadmariadb-git-73f9d9c3718be5e2a137c054f9eeeee5da823373.tar.gz
Bug fixes to my_atomic infrastructure
Diffstat (limited to 'unittest')
-rw-r--r--unittest/mysys/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \