Fix linking failure when cross-compiling
[lttng-ust.git] / liblttng-ust / Makefile.am
index e9022d8a469d899f2910cf1931006fbc7538fa78..ea4e403c652806638fd854277c2399cd6fdc6bef 100644 (file)
@@ -44,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 \
@@ -70,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.024215 seconds and 4 git commands to generate.