X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fgen-ust-events%2FMakefile.am;h=4b1c2173bfc6e39a9be6cb2ed9a0afcf29621b65;hb=62b7418e09fbce6c2f9ea5cf237c980a849c58fe;hp=0cc7575d7cd0b6c96d9f8f1008caf6d66b9920cc;hpb=ae941114b338a4e6afb683345ee5f4fcc4296e01;p=lttng-tools.git diff --git a/tests/utils/testapp/gen-ust-events/Makefile.am b/tests/utils/testapp/gen-ust-events/Makefile.am index 0cc7575d7..4b1c2173b 100644 --- a/tests/utils/testapp/gen-ust-events/Makefile.am +++ b/tests/utils/testapp/gen-ust-events/Makefile.am @@ -1,16 +1,12 @@ -AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \ - -I$(top_srcdir)/tests/utils -I$(srcdir) -O2 -g +# SPDX-License-Identifier: GPL-2.0-only -if LTTNG_TOOLS_BUILD_WITH_LIBDL -LIBS += -ldl -endif -if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -LIBS += -lc -endif +AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \ + -I$(top_srcdir)/tests/utils/testapp if HAVE_LIBLTTNG_UST_CTL noinst_PROGRAMS = gen-ust-events gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h -gen_ust_events_LDADD = -llttng-ust -lurcu-bp \ - $(top_builddir)/tests/utils/libtestutils.la +gen_ust_events_LDADD = $(UST_LIBS) $(URCU_BP_LIBS) \ + $(top_builddir)/tests/utils/libtestutils.la \ + $(DL_LIBS) endif