Fix tests: link libpause_consumer on liblttng-ctl
[lttng-tools.git] / tests / regression / tools / notification / Makefile.am
index 33e95886d44bd78708f2ffa02694f375e5197dbc..b869bdb1d8f8fa932565fb8dc51fd19d9e551fef 100644 (file)
@@ -20,7 +20,10 @@ FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \
                           -rpath $(abs_builddir)
 
 libpause_consumer_la_SOURCES = consumer_testpoints.c
-libpause_consumer_la_LIBADD = $(top_builddir)/src/common/libcommon.la $(DL_LIBS)
+libpause_consumer_la_LIBADD = \
+       $(top_builddir)/src/common/libcommon.la \
+       $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
+       $(DL_LIBS)
 libpause_consumer_la_LDFLAGS = $(FORCE_SHARED_LIB_OPTIONS)
 noinst_LTLIBRARIES = libpause_consumer.la
 
This page took 0.022654 seconds and 4 git commands to generate.