diff options
Diffstat (limited to 'gl/tests/Makefile.am')
-rw-r--r-- | gl/tests/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gl/tests/Makefile.am b/gl/tests/Makefile.am index 8f65361a54..12e4a27a3a 100644 --- a/gl/tests/Makefile.am +++ b/gl/tests/Makefile.am @@ -1412,6 +1412,14 @@ EXTRA_DIST += test-init.sh ## end gnulib module test-framework-sh-tests +## begin gnulib module threadlib + +libtests_a_SOURCES += glthread/threadlib.c + +EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath + +## end gnulib module threadlib + ## begin gnulib module time-tests TESTS += test-time |