X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=24ac2b889f2af44a420cede6cef063e71ab14859;hb=b060669ea977dcb69d9923fa55d116358b926c6e;hp=1e449476c6323b1cddf31b11f1b5735d76373985;hpb=f5e5283c278f5e742f8844e7acee778fb0d8991b;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 1e449476c..24ac2b889 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/benchmark \ - -DINSTALL_BIN_PATH=\""$(bindir)"\" \ + -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \ -DINSTALL_LIB_PATH=\""$(libdir)"\" AM_CFLAGS = -fno-strict-aliasing @@ -17,7 +17,8 @@ lttng_sessiond_SOURCES = utils.c utils.h \ shm.c shm.h \ session.c session.h \ modprobe.c modprobe.h kern-modules.h \ - lttng-ust-ctl.h lttng-ust-abi.h + lttng-ust-ctl.h lttng-ust-abi.h \ + fd-limit.c fd-limit.h if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-app.c ust-consumer.c ust-consumer.h @@ -33,8 +34,8 @@ lttng_sessiond_LDADD = -lrt -lurcu-common -lurcu \ $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \ $(top_builddir)/src/common/hashtable/libhashtable.la \ $(top_builddir)/src/common/libcommon.la \ - $(top_builddir)/benchmark/liblttng-benchmark.la \ - $(top_builddir)/src/common/libcompat.la + $(top_builddir)/src/common/compat/libcompat.la \ + $(top_builddir)/benchmark/liblttng-benchmark.la if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_LDADD += -llttng-ust-ctl