1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
3 noinst_LTLIBRARIES = liblttng-ust-provider-ust-test-hello.la
4 liblttng_ust_provider_ust_test_hello_la_SOURCES = \
6 liblttng_ust_provider_ust_test_hello_la_LIBADD = \
7 $(top_builddir)/liblttng-ust/liblttng-ust.la
9 noinst_PROGRAMS = hello
10 hello_SOURCES = hello.c
11 hello_LDADD = liblttng-ust-provider-ust-test-hello.la
13 if LTTNG_UST_BUILD_WITH_LIBDL
16 if LTTNG_UST_BUILD_WITH_LIBC_DL