Move libringbuffer to 'src/common/'
[lttng-ust.git] / src / liblttng-ust / Makefile.am
index 89fba09ab9fc1d4963aea52402c56f2da285d884..78d82f0e2e97dc45d5eff3600f1eb61d36bf17fd 100644 (file)
@@ -130,7 +130,7 @@ liblttng_ust_la_SOURCES =
 liblttng_ust_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
 
 liblttng_ust_support_la_LIBADD = \
-       $(top_builddir)/src/libringbuffer/libringbuffer.la \
+       $(top_builddir)/src/common/libringbuffer.la \
        $(top_builddir)/src/common/libcounter.la
 
 liblttng_ust_la_LIBADD = \
This page took 0.026277 seconds and 4 git commands to generate.