X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2FMakefile.am;h=d3900d22d8cf4c1d49306fb8ea8ced1e51894544;hp=7f97d9d2f7e5486c506346320745cefde6453e47;hb=60b6c79cedc1023732ff0935aa85b5d0d1c2bcbf;hpb=4771f025b27e92983c1c0816c4cf5760d229c287 diff --git a/lttng-sessiond/Makefile.am b/lttng-sessiond/Makefile.am index 7f97d9d2f..d3900d22d 100644 --- a/lttng-sessiond/Makefile.am +++ b/lttng-sessiond/Makefile.am @@ -24,6 +24,7 @@ lttng_sessiond_SOURCES = utils.c utils.h \ futex.c futex.h \ shm.c shm.h \ session.c session.h \ + lttng-ust-ctl.h lttng-ust-abi.h \ ../hashtable/rculfhash.c \ ../hashtable/rculfhash.h \ ../hashtable/hash.c ../hashtable/hash.h @@ -39,7 +40,8 @@ lttng_sessiond_SOURCES += lttng-sessiond.h main.c lttng_sessiond_LDADD = -lrt -lurcu-common -lurcu \ $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \ $(top_builddir)/libkernelctl/libkernelctl.la \ - $(top_builddir)/liblttngctl/liblttngctl.la + $(top_builddir)/liblttngctl/liblttngctl.la \ + $(top_builddir)/librunas/librunas.la if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_LDADD += -llttng-ust-ctl