cleanup: remove urcu_bp dependency from ust tests
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents-str / Makefile.am
index 27cb9efa793083f5e269945d77d12da46dacd32c..7330f1fb95c70e807b8e9962f1e7b6ca44582aa2 100644 (file)
@@ -1,10 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils \
        -I$(top_srcdir)/tests/utils/testapp
 
 if HAVE_LIBLTTNG_UST_CTL
 noinst_PROGRAMS = gen-ust-nevents-str
 gen_ust_nevents_str_SOURCES = gen-ust-nevents-str.c tp.c tp.h
-gen_ust_nevents_str_LDADD = $(UST_LIBS) -lurcu-bp \
+gen_ust_nevents_str_LDADD = $(UST_LIBS) \
                $(top_builddir)/tests/utils/libtestutils.la \
                $(DL_LIBS)
 endif
This page took 0.0287 seconds and 4 git commands to generate.