X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2FMakefile.am;h=d3900d22d8cf4c1d49306fb8ea8ced1e51894544;hp=5ccb5acffd8ed2636793a2cd5cb7023148e2e8ca;hb=60b6c79cedc1023732ff0935aa85b5d0d1c2bcbf;hpb=fa551d12885e275d9988308335b0341e22edacfa diff --git a/lttng-sessiond/Makefile.am b/lttng-sessiond/Makefile.am index 5ccb5acff..d3900d22d 100644 --- a/lttng-sessiond/Makefile.am +++ b/lttng-sessiond/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \ - -DINSTALL_BIN_PATH=\""$(bindir)"\" + -DINSTALL_BIN_PATH=\""$(bindir)"\" \ + -DINSTALL_LIB_PATH=\""$(libdir)"\" AM_CFLAGS = -fno-strict-aliasing @@ -15,7 +16,7 @@ lttng_sessiond_SOURCES = utils.c utils.h \ hashtable.c hashtable.h \ compat/poll.h $(COMPAT) \ trace-kernel.c trace-kernel.h \ - kernel-ctl.c kernel-ctl.h \ + kernel.c kernel.h \ ust-ctl.h ust-app.h trace-ust.h \ context.c context.h \ channel.c channel.h \ @@ -23,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 @@ -38,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