Move liblttng-ust to 'src/lib/'
[lttng-ust.git] / src / lib / lttng-ust-cyg-profile / Makefile.am
index 7e8b226fa1b9d9363cebacd8800798980df1b162..26b5015646644a5e6dfd71ce34600b67e4874783 100644 (file)
@@ -10,7 +10,7 @@ liblttng_ust_cyg_profile_la_SOURCES = \
        lttng-ust-cyg-profile.h
 
 liblttng_ust_cyg_profile_la_LIBADD = \
-       $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
+       $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
 liblttng_ust_cyg_profile_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
@@ -20,7 +20,7 @@ liblttng_ust_cyg_profile_fast_la_SOURCES = \
        lttng-ust-cyg-profile-fast.h
 
 liblttng_ust_cyg_profile_fast_la_LIBADD = \
-       $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
+       $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
 liblttng_ust_cyg_profile_fast_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.023382 seconds and 4 git commands to generate.