Move "hello-static-lib" to doc/examples and add non-automake Makefiles
[lttng-ust.git] / liblttng-ust / Makefile.am
index f8b334aa77aa9da1c2152f3e5bd16d09c5892361..cc105d7d319b975093bc3f0a784c487f511c77f8 100644 (file)
@@ -20,8 +20,6 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-ust-comm.c \
        lttng-ust-abi.c \
        lttng-probes.c \
-       probes/lttng-probe-ust.c \
-       probes/lttng-probe-ust.h \
        lttng-context-vtid.c \
        lttng-context-vpid.c \
        lttng-context-pthread-id.c \
@@ -40,8 +38,8 @@ liblttng_ust_runtime_la_SOURCES = \
        compat.h \
        wait.h \
        jhash.h \
-       error.h \
-       lttng-ust-uuid.h
+       lttng-ust-uuid.h \
+       error.h
 
 liblttng_ust_support_la_SOURCES = \
        lttng-tracer.h \
@@ -49,7 +47,9 @@ liblttng_ust_support_la_SOURCES = \
        ust-core.c \
        lttng-ring-buffer-client.h \
        lttng-ring-buffer-client-discard.c \
+       lttng-ring-buffer-client-discard-rt.c \
        lttng-ring-buffer-client-overwrite.c \
+       lttng-ring-buffer-client-overwrite-rt.c \
        lttng-ring-buffer-metadata-client.h \
        lttng-ring-buffer-metadata-client.c
 
@@ -69,11 +69,4 @@ liblttng_ust_la_LIBADD = \
        $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
        liblttng-ust-runtime.la liblttng-ust-support.la
 
-if LTTNG_UST_BUILD_WITH_LIBUUID
-liblttng_ust_la_LIBADD += -luuid
-endif
-if LTTNG_UST_BUILD_WITH_LIBC_UUID
-liblttng_ust_la_LIBADD += -lc
-endif
-
 liblttng_ust_la_CFLAGS = -DUST_COMPONENT="liblttng_ust" -fno-strict-aliasing
This page took 0.029926 seconds and 4 git commands to generate.