X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fexamples%2Ftrigger-condition-event-matches%2FMakefile.am;fp=doc%2Fexamples%2Ftrigger-condition-event-matches%2FMakefile.am;h=cb5512ed0e6e7737cdef4465e606e9671cb5442c;hp=bace545b9371e2e8401f9f9ace63120f5314bd5e;hb=729c1fec5976af17fded2f026725a08ef1924290;hpb=488dbb6062973d4990a33284e4717d89a893339d diff --git a/doc/examples/trigger-condition-event-matches/Makefile.am b/doc/examples/trigger-condition-event-matches/Makefile.am index bace545b9..cb5512ed0 100644 --- a/doc/examples/trigger-condition-event-matches/Makefile.am +++ b/doc/examples/trigger-condition-event-matches/Makefile.am @@ -15,7 +15,7 @@ libtracepoint_trigger_example_a_SOURCES = tracepoint-trigger-example.c tracepoin instrumented_app_SOURCES = instrumented-app.c instrumented_app_LDADD = libtracepoint-trigger-example.a $(UST_LIBS) $(DL_LIBS) -notification_client_SOURCES = notification-client.c +notification_client_SOURCES = notification-client.cpp notification_client_LDADD = $(LIBLTTNG_CTL) endif