Use libtool syntax in LDADD
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
index 100ca4adb91ef586efdaee33091b5769bd786719..3b1e7ebaaa8882cc35069cfaf028e73da05673ca 100644 (file)
@@ -9,8 +9,7 @@ liblttng_ust_cyg_profile_la_SOURCES = \
        lttng-ust-cyg-profile.h
 
 liblttng_ust_cyg_profile_la_LIBADD = \
-       -L$(top_builddir)/liblttng-ust/.libs \
-       -llttng-ust \
+       $(top_builddir)/liblttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
 liblttng_ust_cyg_profile_fast_la_SOURCES = \
@@ -18,8 +17,7 @@ liblttng_ust_cyg_profile_fast_la_SOURCES = \
        lttng-ust-cyg-profile-fast.h
 
 liblttng_ust_cyg_profile_fast_la_LIBADD = \
-       -L$(top_builddir)/liblttng-ust/.libs \
-       -llttng-ust \
+       $(top_builddir)/liblttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
 dist_noinst_SCRIPTS = run run-fast
This page took 0.022671 seconds and 4 git commands to generate.