X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2FMakefile.am;h=7c6b0275ec823a7eb23674926bc252824ee30b36;hb=4adbcc726eda1a14966e9f9ea7c0381a048ae8f6;hp=28034ca34e6a31d76404e866e45346cd184ff494;hpb=2d57de81500759ff5398057bad89c64cf8e9834b;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/Makefile.am b/src/bin/lttng-consumerd/Makefile.am index 28034ca34..7c6b0275e 100644 --- a/src/bin/lttng-consumerd/Makefile.am +++ b/src/bin/lttng-consumerd/Makefile.am @@ -8,7 +8,7 @@ lttng_consumerd_SOURCES = lttng-consumerd.c \ health-consumerd.c lttng_consumerd_LDADD = \ - $(top_builddir)/src/common/libconsumer.la \ + $(top_builddir)/src/common/consumer/libconsumer.la \ $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \ $(top_builddir)/src/common/libcommon.la \ $(top_builddir)/src/common/index/libindex.la \