Move stream file rotation functions to utils
[lttng-tools.git] / tests / unit / Makefile.am
index 169ca2ebe86d2dc351730081fb9129267d60f0f0..c9e1bfcf44d2cd99ca0ce4505993f501e7ad45a6 100644 (file)
@@ -22,7 +22,7 @@ endif
 
 # URI unit tests
 test_uri_SOURCES = test_uri.c
-test_uri_LDADD = $(LIBTAP) $(LIBCOMMON)
+test_uri_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBHASHTABLE)
 
 # Session unit test
 SESSIONS=$(top_srcdir)/src/bin/lttng-sessiond/session.c        \
This page took 0.022592 seconds and 4 git commands to generate.