X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello-static-lib%2FMakefile.am;h=0eff080cdd2bb4746299b9fd90a1d9a6bf203ce0;hb=5cbd73b809f24c435cc4b4523e8add1fda3acfb5;hp=6633489424a388db1f375e5aefa3e14f8746f66e;hpb=40af798b1df71a39b748f83e70bcccf7ded79cb1;p=lttng-ust.git diff --git a/tests/hello-static-lib/Makefile.am b/tests/hello-static-lib/Makefile.am index 66334894..0eff080c 100644 --- a/tests/hello-static-lib/Makefile.am +++ b/tests/hello-static-lib/Makefile.am @@ -8,14 +8,7 @@ liblttng_ust_provider_ust_test_hello_la_LIBADD = \ noinst_PROGRAMS = hello hello_SOURCES = hello.c -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 +hello_LDADD = -ldl liblttng-ust-provider-ust-test-hello.la noinst_SCRIPTS = run EXTRA_DIST = run