Cleanup: dlmopen detection
[lttng-tools.git] / tests / regression / ust / low-throughput / Makefile.am
index 630d797b38f6493e25e0037a8397fdaeaad2dec2..95022b9f98e9ede50fe48d9cf1722a6efd3077d6 100644 (file)
@@ -1,16 +1,8 @@
-AM_CFLAGS = -I$(srcdir) -O2
-AM_LDFLAGS = -llttng-ust
-
-if LTTNG_TOOLS_BUILD_WITH_LIBDL
-LIBS += -ldl
-endif
-if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
-LIBS += -lc
-endif
+AM_CPPFLAGS += -I$(srcdir)
 
 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
This page took 0.034174 seconds and 5 git commands to generate.