X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2FMakefile.am;h=daa4265c1bda6e6ec7f210ec572980a25b0f7372;hp=26861735030c6c2706ac48bf857b19c853769820;hb=ca3c5ac0cf100d80352a1a81936b5adc47942f35;hpb=fc2c5c882c8b0eec3ecca145add12b30ce2c5fdf diff --git a/ltt-sessiond/Makefile.am b/ltt-sessiond/Makefile.am index 268617350..daa4265c1 100644 --- a/ltt-sessiond/Makefile.am +++ b/ltt-sessiond/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm \ +AM_CPPFLAGS = -I$(top_srcdir)/include \ -I$(top_srcdir)/libkernelctl -I$(top_srcdir)/libustctl \ -DINSTALL_BIN_PATH=\"$(bindir)\" @@ -13,7 +13,7 @@ ltt_sessiond_SOURCES = utils.c trace.c session.c traceable-app.c ust-ctl.c \ # link on liblttngctl for check if sessiond is already alive. ltt_sessiond_LDADD = \ - $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \ + $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \ $(top_builddir)/libkernelctl/libkernelctl.la \ $(top_builddir)/libustctl/libustctl.la \ $(top_builddir)/liblttngctl/liblttngctl.la