X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-libc-wrapper%2FMakefile.am;h=68aa02c7d024e3b2579fe404677b4cf757b38a6f;hb=4350ff080fb9b00d39153752bdf5972ba5234e74;hp=e510a11a2c319c0e01493d431977b74ef45f75fd;hpb=9d4d2a639afc19a1bd705ea560782917ac892596;p=lttng-ust.git diff --git a/liblttng-ust-libc-wrapper/Makefile.am b/liblttng-ust-libc-wrapper/Makefile.am index e510a11a..68aa02c7 100644 --- a/liblttng-ust-libc-wrapper/Makefile.am +++ b/liblttng-ust-libc-wrapper/Makefile.am @@ -9,8 +9,7 @@ liblttng_ust_libc_wrapper_la_SOURCES = \ ust_libc.h liblttng_ust_libc_wrapper_la_LIBADD = \ - -L$(top_builddir)/liblttng-ust/.libs \ - -llttng-ust \ + $(top_builddir)/liblttng-ust/liblttng-ust.la \ $(DL_LIBS) liblttng_ust_pthread_wrapper_la_SOURCES = \ @@ -18,9 +17,8 @@ liblttng_ust_pthread_wrapper_la_SOURCES = \ ust_pthread.h liblttng_ust_pthread_wrapper_la_LIBADD = \ - -L$(top_builddir)/liblttng-ust/.libs \ - -llttng-ust \ + $(top_builddir)/liblttng-ust/liblttng-ust.la \ $(DL_LIBS) -noinst_SCRIPTS = run -EXTRA_DIST = run +dist_noinst_SCRIPTS = run +EXTRA_DIST = README