Move futex wrapper to 'common/compat/'
[lttng-ust.git] / src / lib / lttng-ust / Makefile.am
index df0ae8d09bda29cbac6875168a34df9f1bebe61f..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 \
@@ -126,7 +121,8 @@ liblttng_ust_support_la_SOURCES = \
        lttng-counter-client.h \
        lttng-counter-client-percpu-32-modular.c \
        lttng-counter-client-percpu-64-modular.c \
-       lttng-clock.c lttng-getcpu.c
+       lttng-clock.c \
+       getcpu.c getcpu.h
 
 liblttng_ust_la_SOURCES =
 
This page took 0.024658 seconds and 4 git commands to generate.