actions: list: Add `for_each_action_{const, mutable}()` macros
[lttng-tools.git] / tests / regression / tools / trigger / utils / Makefile.am
index dd3b0278fb507bd75560249742cd9339ede5fe1b..3522aaec37d01dee0e13730426b28177cb265c99 100644 (file)
@@ -7,11 +7,11 @@ noinst_PROGRAMS = \
        notification-client \
        register-some-triggers
 
-notification_client_SOURCES = notification-client.c
+notification_client_SOURCES = notification-client.cpp
 notification_client_LDADD = $(LIBLTTNG_CTL) \
        $(top_builddir)/tests/utils/libtestutils.la
 
 register_some_triggers_SOURCES = register-some-triggers.cpp
 register_some_triggers_LDADD = $(LIBLTTNG_CTL) \
-       $(top_builddir)/src/common/filter/libfilter.la \
-       $(top_builddir)/src/common/bytecode/libbytecode.la
+       $(top_builddir)/src/common/libfilter.la \
+       $(top_builddir)/src/common/libbytecode.la
This page took 0.025474 seconds and 4 git commands to generate.