Cleanup: remove now unused metadata code from UST
[lttng-ust.git] / liblttng-ust / Makefile.am
index f8b334aa77aa9da1c2152f3e5bd16d09c5892361..a5076c6ec7f560fcf755cd20fb1562a3d3ba3410 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 \
@@ -69,11 +67,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.023353 seconds and 4 git commands to generate.