Network streaming support
[lttng-tools.git] / src / common / relayd / Makefile.am
diff --git a/src/common/relayd/Makefile.am b/src/common/relayd/Makefile.am
new file mode 100644 (file)
index 0000000..84eee1b
--- /dev/null
@@ -0,0 +1,6 @@
+# Relayd library
+noinst_LTLIBRARIES = librelayd.la
+
+librelayd_la_SOURCES = relayd.c relayd.h
+
+librelayd_la_LIBADD = $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la
This page took 0.033488 seconds and 4 git commands to generate.