Fix: filter tests now accept "." in identifiers
[lttng-tools.git] / tests / regression / tools / filtering / Makefile.am
index b4f8d76f0c40770a8447be45e8fddc663958851e..f96ac89bdc6728786ea15ebce089409bd0e6d4b1 100644 (file)
@@ -2,10 +2,10 @@ AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests -I
 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
This page took 0.023507 seconds and 4 git commands to generate.