Cleanup: dlmopen detection
[lttng-tools.git] / tests / regression / ust / exit-fast / Makefile.am
index 539803d7beb82fcd995345cd88867d03211847bd..06cda46a585a8a4900823745d4e54bf36707e131 100644 (file)
@@ -1,15 +1,8 @@
-AM_CPPFLAGS = -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = exit-fast
 exit_fast_SOURCES = exit-fast.c ust_tests_exitfast.h
-exit_fast_LDADD = -llttng-ust
-
-if LTTNG_TOOLS_BUILD_WITH_LIBDL
-exit_fast_LDADD += -ldl
-endif
-if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
-exit_fast_LDADD += -lc
-endif
+exit_fast_LDADD = -llttng-ust $(DL_LIBS)
 
 noinst_SCRIPTS = test_exit-fast test_exit-fast.py
 EXTRA_DIST = test_exit-fast test_exit-fast.py
This page took 0.025488 seconds and 5 git commands to generate.