Use libtool syntax in LDADD
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
index 0ed2cd9cae6169f8646368d2b6b6b12128fad540..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,9 +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)
 
-noinst_SCRIPTS = run run-fast
-EXTRA_DIST = run run-fast
+dist_noinst_SCRIPTS = run run-fast
This page took 0.022713 seconds and 4 git commands to generate.