Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / tests / regression / ust / getcpu-override / Makefile.am
index 0543835b4506a48d1c1364329a69598a0d67314e..0c04961ec48917c6660a3619611c7874027a1863 100644 (file)
@@ -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.
@@ -16,7 +18,7 @@ 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
This page took 0.023267 seconds and 4 git commands to generate.