X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fclock-override%2FMakefile.am;h=ff6c6a2924ca2ad744e064c03dc13049dc099dd3;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=cc4b02c1eba69223f9f2f8839bfc7ea8abfe819a;hpb=cdbfb1b9cd74b6f6da7082482b1d6c3d97605818;p=lttng-tools.git diff --git a/tests/regression/ust/clock-override/Makefile.am b/tests/regression/ust/clock-override/Makefile.am index cc4b02c1e..ff6c6a292 100644 --- a/tests/regression/ust/clock-override/Makefile.am +++ b/tests/regression/ust/clock-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. @@ -9,26 +11,19 @@ EXTRA_DIST = test_clock_override lttng-ust-clock-override-test.c else -AM_CPPFLAGS = -I$(srcdir) - # 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-clock-override-test.la lttng_ust_clock_override_test_la_LDFLAGS = $(GETCPU_LIBTOOL_FLAGS) - -if LTTNG_TOOLS_BUILD_WITH_LIBDL -lttng_ust_clock_override_test_la_LIBADD = -ldl -endif -if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -lttng_ust_clock_override_test_la_LIBADD = -lc -endif +lttng_ust_clock_override_test_la_SOURCES = lttng-ust-clock-override-test.c +lttng_ust_clock_override_test_la_LIBADD = $(DL_LIBS) noinst_SCRIPTS = test_clock_override EXTRA_DIST = test_clock_override