X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fgetcpu-override%2FMakefile.am;h=0c04961ec48917c6660a3619611c7874027a1863;hb=e3595cbf381de564f18db61ef56fd74b92a87c65;hp=21076e134e54c88e0f998fef29a735e07c2f9224;hpb=4508697c843ae0b0130503d5165b0eb739511331;p=lttng-tools.git diff --git a/tests/regression/ust/getcpu-override/Makefile.am b/tests/regression/ust/getcpu-override/Makefile.am index 21076e134..0c04961ec 100644 --- a/tests/regression/ust/getcpu-override/Makefile.am +++ b/tests/regression/ust/getcpu-override/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + if NO_SHARED # Do not build this test if shared libraries support was # explicitly disabled. @@ -10,27 +12,19 @@ EXTRA_DIST = test_getcpu_override run-getcpu-override \ else -AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir)/src - # The rpath is necessary because libtool won't build a shared library # if it's noinst_ GETCPU_LIBTOOL_FLAGS = \ -module \ -shared \ -avoid-version \ - --no-as-needed \ + -Wl,--no-as-needed \ -rpath $(abs_builddir) noinst_LTLIBRARIES = lttng-ust-getcpu-override-test.la lttng_ust_getcpu_override_test_la_LDFLAGS = $(GETCPU_LIBTOOL_FLAGS) lttng_ust_getcpu_override_test_la_SOURCES = lttng-ust-getcpu-override-test.c - -if LTTNG_TOOLS_BUILD_WITH_LIBDL -lttng_ust_getcpu_override_test_la_LIBADD = -ldl -endif -if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -lttng_ust_getcpu_override_test_la_LIBADD = -lc -endif +lttng_ust_getcpu_override_test_la_LIBADD = $(DL_LIBS) noinst_SCRIPTS = test_getcpu_override run-getcpu-override EXTRA_DIST = test_getcpu_override run-getcpu-override