Move futex wrapper to 'common/compat/'
[lttng-ust.git] / src / lib / lttng-ust / Makefile.am
index 3548a9e624299ddcc4c94421eff20e5fb1fb0455..5612cb6450075b561de8e86f10dacc8289f1d69d 100644 (file)
@@ -78,7 +78,7 @@ liblttng_ust_runtime_la_SOURCES = \
        context-internal.h \
        context-provider-internal.h \
        tracepoint-internal.h \
-       ust-events-internal.h \
+       events.h \
        clock.h \
        jhash.h \
        lttng-ust-uuid.h \
@@ -87,7 +87,6 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-ust-tracef-provider.h \
        tracelog.c \
        lttng-ust-tracelog-provider.h \
-       getenv.h \
        string-utils.c \
        string-utils.h \
        event-notifier-notification.c \
@@ -98,9 +97,7 @@ liblttng_ust_runtime_la_SOURCES = \
        rculfhash-internal.h \
        rculfhash-mm-chunk.c \
        rculfhash-mm-mmap.c \
-       rculfhash-mm-order.c \
-       compat_futex.c \
-       futex.h
+       rculfhash-mm-order.c
 
 if HAVE_PERF_EVENT
 liblttng_ust_runtime_la_SOURCES += \
@@ -112,8 +109,6 @@ liblttng_ust_support_la_SOURCES = \
        lttng-tracer.h \
        lttng-tracer-core.h \
        ust-core.c \
-       getenv.h \
-       getenv.c \
        lttng-ust-dynamic-type.c \
        lttng-rb-clients.h \
        lttng-ring-buffer-client-template.h \
This page took 0.024155 seconds and 4 git commands to generate.