X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2FMakefile.am;h=a59ee8d6daeb825e4e3e29c07f4f2bbad70f8831;hb=6a5596ac51788ca040b88b98e59c8db42a5a160a;hp=4029a21263d640dd572d130113c08aaea63192fd;hpb=4b2b86f24a5f734f6a6564b2b1e7ac6f10e32dfa;p=lttng-tools.git diff --git a/tests/regression/tools/notification/Makefile.am b/tests/regression/tools/notification/Makefile.am index 4029a2126..a59ee8d6d 100644 --- a/tests/regression/tools/notification/Makefile.am +++ b/tests/regression/tools/notification/Makefile.am @@ -38,14 +38,14 @@ FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \ 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 \ + $(top_builddir)/src/common/libcommon-gpl.la \ $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ $(DL_LIBS) libpause_consumer_la_LDFLAGS = $(FORCE_SHARED_LIB_OPTIONS) libpause_sessiond_la_SOURCES = sessiond_testpoints.cpp libpause_sessiond_la_LIBADD = \ - $(top_builddir)/src/common/libcommon.la \ + $(top_builddir)/src/common/libcommon-gpl.la \ $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ $(DL_LIBS) libpause_sessiond_la_LDFLAGS = $(FORCE_SHARED_LIB_OPTIONS) @@ -63,7 +63,7 @@ rotation_SOURCES = rotation.c rotation_LDADD = $(LIB_LTTNG_CTL) $(LIBTAP) -lm default_pipe_size_getter_SOURCES = default_pipe_size_getter.cpp -default_pipe_size_getter_LDADD = $(top_builddir)/src/common/libcommon.la +default_pipe_size_getter_LDADD = $(top_builddir)/src/common/libcommon-gpl.la noinst_SCRIPTS = \ test_notification_kernel_buffer_usage \