X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello-static-lib%2FMakefile.am;h=6633489424a388db1f375e5aefa3e14f8746f66e;hb=c6c454ab6ca9d19041d4f16e6139b514fe1b954f;hp=0eff080cdd2bb4746299b9fd90a1d9a6bf203ce0;hpb=bf24b009e15fdf7c9c5fdf464a2576ce8cd7dfc3;p=lttng-ust.git diff --git a/tests/hello-static-lib/Makefile.am b/tests/hello-static-lib/Makefile.am index 0eff080c..66334894 100644 --- a/tests/hello-static-lib/Makefile.am +++ b/tests/hello-static-lib/Makefile.am @@ -8,7 +8,14 @@ liblttng_ust_provider_ust_test_hello_la_LIBADD = \ noinst_PROGRAMS = hello hello_SOURCES = hello.c -hello_LDADD = -ldl liblttng-ust-provider-ust-test-hello.la +hello_LDADD = liblttng-ust-provider-ust-test-hello.la + +if LTTNG_UST_BUILD_WITH_LIBDL +hello_LDADD += -ldl +endif +if LTTNG_UST_BUILD_WITH_LIBC_DL +hello_LDADD += -lc +endif noinst_SCRIPTS = run EXTRA_DIST = run