X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftype-declarations%2FMakefile.am;h=db39b1cc3aac4e6c79bbb122d07cd41f2cb14fe0;hb=16709ab9bc4f29b83631ed6d44714a877fd903e7;hp=593f6dc36f030b77d8bd230f0ab59cf84fd68c70;hpb=87e96404184f6c8e06d693d89684674f2e63d1e5;p=lttng-tools.git diff --git a/tests/regression/ust/type-declarations/Makefile.am b/tests/regression/ust/type-declarations/Makefile.am index 593f6dc36..db39b1cc3 100644 --- a/tests/regression/ust/type-declarations/Makefile.am +++ b/tests/regression/ust/type-declarations/Makefile.am @@ -2,14 +2,7 @@ AM_CPPFLAGS += -I$(srcdir) noinst_PROGRAMS = type-declarations type_declarations_SOURCES = type-declarations.c ust_tests_td.h -type_declarations_LDADD = -llttng-ust - -if LTTNG_TOOLS_BUILD_WITH_LIBDL -type_declarations_LDADD += -ldl -endif -if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -type_declarations_LDADD += -lc -endif +type_declarations_LDADD = -llttng-ust $(DL_LIBS) noinst_SCRIPTS = test_type_declarations test_type_declarations.py EXTRA_DIST = test_type_declarations test_type_declarations.py