Rename sessiond comm lib into ust comm
[lttng-ust.git] / libust / Makefile.am
index 957565d0a5cb97f83668a544549a820edab1e1ff..0a6834ae245f784e78b46d8950c32bdc73245102 100644 (file)
@@ -16,7 +16,8 @@ libust_la_SOURCES = \
        ltt-context.c \
        ltt-probes.c \
        lttng-ust-abi.c \
-       lttng-ust-comm.c
+       lttng-ust-comm.c \
+       ust-core.c
 
 #removed: buffers.c buffers.h
 
@@ -27,6 +28,7 @@ libust_la_LIBADD = \
        -lrt \
        -luuid \
        $(top_builddir)/snprintf/libustsnprintf.la \
-       $(top_builddir)/libringbuffer/libringbuffer.la
+       $(top_builddir)/libringbuffer/libringbuffer.la \
+       $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la
 
 libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.023975 seconds and 4 git commands to generate.