.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / tests / regression / ust / clock-override / Makefile.am
index 61b6d809f990b79a67917dbf5221355ce99d78b3..ff6c6a2924ca2ad744e064c03dc13049dc099dd3 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.
@@ -15,7 +17,7 @@ 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
This page took 0.025669 seconds and 4 git commands to generate.