lttng-ctl: separate support of named/unnamed trigger registration
[lttng-tools.git] / tests / regression / tools / notification / Makefile.am
index 84e75d3070b056904c3bbe0df55c890b5de8bbbd..b9e4b8ac29d019a7456bb643982d95b038914de3 100644 (file)
@@ -55,6 +55,8 @@ base_client_SOURCES = base_client.c
 base_client_LDADD = $(LIB_LTTNG_CTL)
 
 notification_SOURCES = notification.c
+# Tests the deprecated lttng_register_trigger() interface
+notification_CFLAGS = -Wno-deprecated-declarations $(AM_CFLAGS)
 notification_LDADD = $(LIB_LTTNG_CTL) $(LIBTAP) -lm
 
 rotation_SOURCES = rotation.c
This page took 0.023301 seconds and 5 git commands to generate.