Revert "Detect and document dependency on -ldl on Linux, -lc on BSD for dlopen"
[lttng-ust.git] / tests / hello-static-lib / Makefile.am
CommitLineData
246e1625
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers
2
3noinst_LTLIBRARIES = liblttng-ust-provider-ust-test-hello.la
4liblttng_ust_provider_ust_test_hello_la_SOURCES = \
5 tp.c ust_tests_hello.h
0ba9b647
MD
6liblttng_ust_provider_ust_test_hello_la_LIBADD = \
7 $(top_builddir)/liblttng-ust/liblttng-ust.la
246e1625
MD
8
9noinst_PROGRAMS = hello
10hello_SOURCES = hello.c
5cbd73b8 11hello_LDADD = -ldl liblttng-ust-provider-ust-test-hello.la
246e1625
MD
12
13noinst_SCRIPTS = run
14EXTRA_DIST = run
This page took 0.023923 seconds and 4 git commands to generate.