Cleanup: Use pkg-config to detect liburcu
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents-str / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils \
4 -I$(top_srcdir)/tests/utils/testapp
5
6 if HAVE_LIBLTTNG_UST_CTL
7 noinst_PROGRAMS = gen-ust-nevents-str
8 gen_ust_nevents_str_SOURCES = gen-ust-nevents-str.c tp.c tp.h
9 gen_ust_nevents_str_LDADD = $(UST_LIBS) $(URCU_BP_LIBS) \
10 $(top_builddir)/tests/utils/libtestutils.la \
11 $(DL_LIBS)
12 endif
This page took 0.029707 seconds and 4 git commands to generate.