X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2FMakefile.am;h=33e95886d44bd78708f2ffa02694f375e5197dbc;hp=41adc69330c8329eee990a5832141ff3067d03da;hb=88a5c0a9ce2333f12a1bd5d6b0ea527b86cde819;hpb=bbcab087101aeaf9811074f9e622290e503104ca;ds=sidebyside diff --git a/tests/regression/tools/notification/Makefile.am b/tests/regression/tools/notification/Makefile.am index 41adc6933..33e95886d 100644 --- a/tests/regression/tools/notification/Makefile.am +++ b/tests/regression/tools/notification/Makefile.am @@ -5,7 +5,7 @@ AM_LDFLAGS = LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la LIB_LTTNG_CTL = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la -noinst_PROGRAMS = base_client notification +noinst_PROGRAMS = base_client notification rotation if NO_SHARED @@ -30,8 +30,11 @@ base_client_LDADD = $(LIB_LTTNG_CTL) notification_SOURCES = notification.c notification_LDADD = $(LIB_LTTNG_CTL) $(LIBTAP) -lm -noinst_SCRIPTS = test_notification_ust test_notification_ust test_notification_multi_app -EXTRA_DIST = test_notification_ust test_notification_kernel test_notification_multi_app +rotation_SOURCES = rotation.c +rotation_LDADD = $(LIB_LTTNG_CTL) $(LIBTAP) -lm + +noinst_SCRIPTS = test_notification_ust test_notification_ust test_notification_multi_app test_rotation +EXTRA_DIST = test_notification_ust test_notification_kernel test_notification_multi_app test_rotation all-local: