X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2FMakefile.am;h=4029a21263d640dd572d130113c08aaea63192fd;hb=9f4a25d35d037cbb5d8aeb50f9e8fa10748a4d14;hp=84e75d3070b056904c3bbe0df55c890b5de8bbbd;hpb=38eb8a68a2817b040e31c577a9e3a81b52897816;p=lttng-tools.git diff --git a/tests/regression/tools/notification/Makefile.am b/tests/regression/tools/notification/Makefile.am index 84e75d307..4029a2126 100644 --- a/tests/regression/tools/notification/Makefile.am +++ b/tests/regression/tools/notification/Makefile.am @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only -AM_CFLAGS += -I$(top_srcdir)/tests/utils +AM_CPPFLAGS += -I$(top_srcdir)/tests/utils LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la LIB_LTTNG_CTL = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la @@ -12,9 +12,9 @@ if NO_SHARED CLEANFILES = libpause_consumer.so libpause_consumer.so.debug libpause_sessiond.so libpause_sessiond.so.debug EXTRA_DIST = \ base_client.c \ - consumer_testpoints.c \ - sessiond_testpoints.c \ - notification.c \ + consumer_testpoints.cpp \ + sessiond_testpoints.cpp \ + notification.cpp \ test_notification_kernel_buffer_usage \ test_notification_kernel_capture \ test_notification_kernel_error \ @@ -35,7 +35,7 @@ else FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \ -rpath $(abs_builddir) -libpause_consumer_la_SOURCES = consumer_testpoints.c +libpause_consumer_la_SOURCES = consumer_testpoints.cpp libpause_consumer_la_LIBADD = \ $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \ $(top_builddir)/src/common/libcommon.la \ @@ -43,7 +43,7 @@ libpause_consumer_la_LIBADD = \ $(DL_LIBS) libpause_consumer_la_LDFLAGS = $(FORCE_SHARED_LIB_OPTIONS) -libpause_sessiond_la_SOURCES = sessiond_testpoints.c +libpause_sessiond_la_SOURCES = sessiond_testpoints.cpp libpause_sessiond_la_LIBADD = \ $(top_builddir)/src/common/libcommon.la \ $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ @@ -54,13 +54,15 @@ noinst_LTLIBRARIES = libpause_sessiond.la libpause_consumer.la base_client_SOURCES = base_client.c base_client_LDADD = $(LIB_LTTNG_CTL) -notification_SOURCES = notification.c +notification_SOURCES = notification.cpp +# Tests the deprecated lttng_register_trigger() interface +notification_CXXFLAGS = -Wno-deprecated-declarations $(AM_CXXFLAGS) notification_LDADD = $(LIB_LTTNG_CTL) $(LIBTAP) -lm rotation_SOURCES = rotation.c rotation_LDADD = $(LIB_LTTNG_CTL) $(LIBTAP) -lm -default_pipe_size_getter_SOURCES = default_pipe_size_getter.c +default_pipe_size_getter_SOURCES = default_pipe_size_getter.cpp default_pipe_size_getter_LDADD = $(top_builddir)/src/common/libcommon.la noinst_SCRIPTS = \