X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fdaemon%2FMakefile.am;h=48806e1b6c999ab360d0593695caa17bf987786d;hb=1970828049d051d5cb485dfab995081b4550fd2a;hp=1a52b634b0e8e1ea1a9ff53b6c01006e3bcf106d;hpb=b1c46f877df8d424d82125f32e2dabd651280f3b;p=lttng-tools.git diff --git a/tests/regression/ust/daemon/Makefile.am b/tests/regression/ust/daemon/Makefile.am index 1a52b634b..48806e1b6 100644 --- a/tests/regression/ust/daemon/Makefile.am +++ b/tests/regression/ust/daemon/Makefile.am @@ -1,8 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0-only + AM_CPPFLAGS += -I$(srcdir) +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + noinst_PROGRAMS = daemon daemon_SOURCES = daemon.c ust_tests_daemon.h -daemon_LDADD = -llttng-ust -llttng-ust-fork $(DL_LIBS) +daemon_LDADD = $(UST_LIBS) -llttng-ust-fork $(DL_LIBS) noinst_SCRIPTS = test_daemon test_daemon.py EXTRA_DIST = test_daemon test_daemon.py