Fix: ring buffer: handle concurrent update in nested buffer wrap around check
[lttng-ust.git] / tests / hello-static-lib / Makefile.am
index 31b26b72ecc83991c9ad83a63e6e103ca79a4c64..c51d5310bda6fb2f704e1c0439ac6085f3ae2623 100644 (file)
@@ -1,13 +1,14 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
 
 noinst_LTLIBRARIES = liblttng-ust-provider-ust-test-hello.la
 liblttng_ust_provider_ust_test_hello_la_SOURCES = \
        tp.c ust_tests_hello.h
+liblttng_ust_provider_ust_test_hello_la_LIBADD = \
+       $(top_builddir)/liblttng-ust/liblttng-ust.la
 
 noinst_PROGRAMS = hello
 hello_SOURCES = hello.c
-hello_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
-       liblttng-ust-provider-ust-test-hello.la
+hello_LDADD = -ldl liblttng-ust-provider-ust-test-hello.la
 
 noinst_SCRIPTS = run
 EXTRA_DIST = run
This page took 0.024253 seconds and 4 git commands to generate.