X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2FMakefile.am;h=f940e3f90085dd218d32e6e3a34175a6e4a27271;hb=4a9daf1745ccbd2aab029206a664f39fcbd640ce;hp=ed8214429a48310337f8289f066347b5bd2bdfa9;hpb=61411ca52f44836e4c0cad4651f0e19bcc9d9971;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/Makefile.am b/src/bin/lttng-relayd/Makefile.am index ed8214429..f940e3f90 100644 --- a/src/bin/lttng-relayd/Makefile.am +++ b/src/bin/lttng-relayd/Makefile.am @@ -7,9 +7,13 @@ AM_CFLAGS = -fno-strict-aliasing bin_PROGRAMS = lttng-relayd lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \ + index.c index.h live.c live.h ctf-trace.c ctf-trace.h \ cmd-generic.c cmd-generic.h \ cmd-2-1.c cmd-2-1.h \ - cmd-2-2.c cmd-2-2.h + cmd-2-2.c cmd-2-2.h \ + cmd-2-4.c cmd-2-4.h \ + health-relayd.c health-relayd.h \ + lttng-viewer.h testpoint.h # link on liblttngctl for check if relayd is already alive. lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \ @@ -17,4 +21,8 @@ lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \ $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \ $(top_builddir)/src/common/hashtable/libhashtable.la \ $(top_builddir)/src/common/libcommon.la \ - $(top_builddir)/src/common/compat/libcompat.la + $(top_builddir)/src/common/compat/libcompat.la \ + $(top_builddir)/src/common/index/libindex.la \ + $(top_builddir)/src/common/health/libhealth.la \ + $(top_builddir)/src/common/config/libconfig.la \ + $(top_builddir)/src/common/testpoint/libtestpoint.la