Initial import of the new binary lttng-relayd
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
1 AM_CPPFLAGS = -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
2 -DINSTALL_LIB_PATH=\""$(libdir)"\"
3
4 AM_CFLAGS = -fno-strict-aliasing
5
6 bin_PROGRAMS = lttng-relayd
7
8 lttng_relayd_SOURCES = main.c lttng-relayd.h
9
10 # link on liblttngctl for check if relayd is already alive.
11 lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
12 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
13 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
14 $(top_builddir)/src/common/hashtable/libhashtable.la \
15 $(top_builddir)/src/common/libcommon.la \
16 $(top_builddir)/src/common/compat/libcompat.la
This page took 0.031075 seconds and 5 git commands to generate.