Implement ctf.lttng-live component
[babeltrace.git] / plugins / ctf / lttng-live / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
2
3 libbabeltrace_plugin_ctf_lttng_live_la_SOURCES = lttng-live.c \
4 data-stream.c lttng-live-internal.h \
5 data-stream.h metadata.c metadata.h \
6 viewer-connection.c viewer-connection.h \
7 lttng-viewer-abi.h
8
9 noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-lttng-live.la
This page took 0.029189 seconds and 4 git commands to generate.