tests: compile some tools/tests as C++
[lttng-tools.git] / doc / examples / trigger-condition-event-matches / Makefile.am
index bace545b9371e2e8401f9f9ace63120f5314bd5e..cb5512ed0e6e7737cdef4465e606e9671cb5442c 100644 (file)
@@ -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
This page took 0.022914 seconds and 4 git commands to generate.