Split and move compat.h to 'common/compat/'
[lttng-ust.git] / src / liblttng-ust / Makefile.am
index 87380bc45179f51fd7920cd066f9463ee45d036d..bca09ad8ccdf2c3a540efeccb7285412ca5fb6c8 100644 (file)
@@ -80,7 +80,6 @@ liblttng_ust_runtime_la_SOURCES = \
        tracepoint-internal.h \
        ust-events-internal.h \
        clock.h \
-       compat.h \
        wait.h \
        jhash.h \
        lttng-ust-uuid.h \
@@ -141,8 +140,8 @@ liblttng_ust_support_la_LIBADD = \
 liblttng_ust_la_LIBADD = \
        -lrt \
        liblttng-ust-common.la \
+       $(top_builddir)/src/common/libustcomm.la \
        $(top_builddir)/src/common/libcommon.la \
-       $(top_builddir)/src/liblttng-ust-comm/liblttng-ust-comm.la \
        liblttng-ust-tracepoint.la \
        liblttng-ust-runtime.la liblttng-ust-support.la \
        $(DL_LIBS)
This page took 0.024157 seconds and 5 git commands to generate.