Move libustcomm to 'src/common/'
[lttng-ust.git] / src / lib / lttng-ust-ctl / Makefile.am
index 43a88566d812452c4cadfb3ff262673f28edbb19..1d4eef338b48a6cd3edd8a0b2e1821a800d5f538 100644 (file)
@@ -10,7 +10,8 @@ liblttng_ust_ctl_la_LDFLAGS = \
        -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION)
 
 liblttng_ust_ctl_la_LIBADD = \
-       $(top_builddir)/src/liblttng-ust-comm/liblttng-ust-comm.la \
+       $(top_builddir)/src/liblttng-ust/liblttng-ust-common.la \
        $(top_builddir)/src/liblttng-ust/liblttng-ust-support.la \
+       $(top_builddir)/src/common/libustcomm.la \
        $(top_builddir)/src/common/libcommon.la \
        $(DL_LIBS)
This page took 0.024205 seconds and 4 git commands to generate.