diff options
Diffstat (limited to 'src/vppinfra.am')
-rw-r--r-- | src/vppinfra.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra.am b/src/vppinfra.am index 57f7a1f7e3b..1d8e270b33b 100644 --- a/src/vppinfra.am +++ b/src/vppinfra.am @@ -117,7 +117,7 @@ test_valloc_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG test_vec_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG test_zvec_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG -test_bihash_template_LDADD = libvppinfra.la +test_bihash_template_LDADD = libvppinfra.la -lpthread test_bihash_vec88_LDADD = libvppinfra.la test_cuckoo_template_LDADD = libvppinfra.la test_cuckoo_bihash_LDADD = libvppinfra.la |