Fix linking failure when cross-compiling
[lttng-ust.git] / liblttng-ust / Makefile.am
index b165c3219896ccda953f2ace5ad3a1decb3cb110..ea4e403c652806638fd854277c2399cd6fdc6bef 100644 (file)
@@ -37,7 +37,6 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-hash-helper.h \
        lttng-ust-baddr.c \
        lttng-ust-baddr.h \
-       ust_baddr_statedump.c \
        ust_baddr_statedump.h \
        tracepoint-internal.h \
        clock.h \
@@ -45,7 +44,9 @@ liblttng_ust_runtime_la_SOURCES = \
        wait.h \
        jhash.h \
        lttng-ust-uuid.h \
-       error.h
+       error.h \
+       tracef.c \
+       lttng-ust-tracef-provider.h
 
 liblttng_ust_support_la_SOURCES = \
        lttng-tracer.h \
@@ -71,6 +72,7 @@ liblttng_ust_la_LIBADD = \
        -lpthread \
        -lrt \
        -lurcu-cds \
+       -ldl \
        $(top_builddir)/snprintf/libustsnprintf.la \
        $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
        liblttng-ust-tracepoint.la \
This page took 0.025638 seconds and 4 git commands to generate.