X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=481a3e3b31cb147d0933fa001ab4dd0bebb5a5cc;hp=296ec148b7163022f9dbca696d5186c4c2dcae62;hb=a2b988e2cc31f76365b600ca4e3a26604de00022;hpb=75018ab6aaa9b49e6248b002d9795319a0e5bb9a diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 296ec148b..481a3e3b3 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -50,7 +50,8 @@ lttng_sessiond_SOURCES = utils.c utils.h \ register.c register.h \ manage-apps.c manage-apps.h \ manage-kernel.c manage-kernel.h \ - manage-consumer.c manage-consumer.h + manage-consumer.c manage-consumer.h \ + clear.c clear.h if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \ @@ -78,5 +79,5 @@ lttng_sessiond_LDADD = -lurcu-common -lurcu $(KMOD_LIBS) \ if HAVE_LIBLTTNG_UST_CTL -lttng_sessiond_LDADD += -llttng-ust-ctl +lttng_sessiond_LDADD += $(UST_CTL_LIBS) endif