diff options
Diffstat (limited to 'innobase/thr/Makefile.am')
-rw-r--r-- | innobase/thr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/thr/Makefile.am b/innobase/thr/Makefile.am index 5f42138e734..62c39492c07 100644 --- a/innobase/thr/Makefile.am +++ b/innobase/thr/Makefile.am @@ -17,7 +17,7 @@ include ../include/Makefile.i -libs_LIBRARIES = libthr.a +noinst_LIBRARIES = libthr.a libthr_a_SOURCES = thr0loc.c |