X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ftrigger%2Futils%2FMakefile.am;h=a6a0258d4188df730f16bb18e73ad67ad8ae7e7a;hb=HEAD;hp=dd3b0278fb507bd75560249742cd9339ede5fe1b;hpb=729c1fec5976af17fded2f026725a08ef1924290;p=lttng-tools.git diff --git a/tests/regression/tools/trigger/utils/Makefile.am b/tests/regression/tools/trigger/utils/Makefile.am index dd3b0278f..d90a45ea5 100644 --- a/tests/regression/tools/trigger/utils/Makefile.am +++ b/tests/regression/tools/trigger/utils/Makefile.am @@ -2,16 +2,17 @@ AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils LIBLTTNG_CTL=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la +LIBCOMMON_LGPL=$(top_builddir)/src/common/libcommon-lgpl.la noinst_PROGRAMS = \ notification-client \ register-some-triggers -notification_client_SOURCES = notification-client.c -notification_client_LDADD = $(LIBLTTNG_CTL) \ +notification_client_SOURCES = notification-client.cpp +notification_client_LDADD = $(LIBLTTNG_CTL) $(LIBCOMMON_LGPL) \ $(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