X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2FMakefile.am;fp=tests%2Fregression%2Fust%2Flow-throughput%2FMakefile.am;h=95022b9f98e9ede50fe48d9cf1722a6efd3077d6;hp=8ce8f24397eae0a4d358a9f623bd1c738ca3c529;hb=b1c46f877df8d424d82125f32e2dabd651280f3b;hpb=009eade45d13e95430fcfaf2d21c05815ac40c92 diff --git a/tests/regression/ust/low-throughput/Makefile.am b/tests/regression/ust/low-throughput/Makefile.am index 8ce8f2439..95022b9f9 100644 --- a/tests/regression/ust/low-throughput/Makefile.am +++ b/tests/regression/ust/low-throughput/Makefile.am @@ -1,15 +1,8 @@ AM_CPPFLAGS += -I$(srcdir) -if LTTNG_TOOLS_BUILD_WITH_LIBDL -LIBS += -ldl -endif -if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -LIBS += -lc -endif - noinst_PROGRAMS = gen-events gen_events_SOURCES = main.c tp.c tp.h -gen_events_LDADD = -llttng-ust -lurcu +gen_events_LDADD = -llttng-ust -lurcu $(DL_LIBS) noinst_SCRIPTS = test_low_throughput EXTRA_DIST = test_low_throughput