Relayd data available command support
[lttng-tools.git] / src / common / relayd / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
2
3 # Relayd library
4 noinst_LTLIBRARIES = librelayd.la
5
6 librelayd_la_SOURCES = relayd.c relayd.h
7
8 librelayd_la_LIBADD = $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la
This page took 0.029025 seconds and 4 git commands to generate.