Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
index 1be58353c5429b4a696b1f7ad00ea5f031c8b876..9372423b33c8f5ef531f3f8800fba674f8000acc 100644 (file)
@@ -2,14 +2,14 @@ AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) -O2 -g
 AM_LDFLAGS =
 
 if LTTNG_TOOLS_BUILD_WITH_LIBDL
-AM_LDFLAGS += -ldl
+LIBS += -ldl
 endif
 if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
-AM_LDFLAGS += -lc
+LIBS += -lc
 endif
 
 if HAVE_LIBLTTNG_UST_CTL
 noinst_PROGRAMS = gen-ust-events
 gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
-gen_ust_events_LDADD = -llttng-ust
+gen_ust_events_LDADD = -llttng-ust -lurcu-bp
 endif
This page took 0.025987 seconds and 5 git commands to generate.