build: Pass --no-as-needed directly to the linker
[lttng-tools.git] / tests / regression / ust / clock-override / Makefile.am
index 9495bca053424ebdd995acaa3fa42df8d24aecab..ff6c6a2924ca2ad744e064c03dc13049dc099dd3 100644 (file)
@@ -17,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.023606 seconds and 4 git commands to generate.