cleanup: remove urcu_bp dependency from ust tests
[lttng-tools.git] / tests / regression / ust / multi-session / Makefile.am
index c50233fa81015bb306eac91b570a62ed57de9e00..5f83c5133a7eae869d6645b6def20a38c0c1cd97 100644 (file)
@@ -4,7 +4,7 @@ AM_CFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = gen-nevents
 gen_nevents_SOURCES = gen-nevents.c tp.c ust_gen_nevents.h
-gen_nevents_LDADD = $(UST_LIBS) $(URCU_BP_LIBS) $(DL_LIBS)
+gen_nevents_LDADD = $(UST_LIBS) $(DL_LIBS)
 
 noinst_SCRIPTS = test_multi_session
 EXTRA_DIST = test_multi_session
This page took 0.023205 seconds and 4 git commands to generate.