X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2FMakefile.am;h=7f97d9d2f7e5486c506346320745cefde6453e47;hp=15e28ce06c5bf469869584d6477caa5287bd8a00;hb=55bed2138489dd1bfc43726e0ce71f7d5ee6d62c;hpb=68abb9c8e5df7b38c6e900a9aed5a74e814ac2cc diff --git a/lttng-sessiond/Makefile.am b/lttng-sessiond/Makefile.am index 15e28ce06..7f97d9d2f 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 \ @@ -41,5 +42,5 @@ lttng_sessiond_LDADD = -lrt -lurcu-common -lurcu \ $(top_builddir)/liblttngctl/liblttngctl.la if HAVE_LIBLTTNG_UST_CTL -lttng_sessiond_LDADD += -llttng-ust-comm -llttng-ust-ctl +lttng_sessiond_LDADD += -llttng-ust-ctl endif