Fix: lttng-live recv() and send() flags, partial recv()
[babeltrace.git] / formats / lttng-live / Makefile.am
CommitLineData
4a744367
JD
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_builddir)/include
2
3lib_LTLIBRARIES = libbabeltrace-lttng-live.la
4
158eea6e
JD
5noinst_HEADERS = \
6 lttng-viewer-abi.h \
c98627ca 7 lttng-live.h
158eea6e 8
4a744367 9libbabeltrace_lttng_live_la_SOURCES = \
c98627ca 10 lttng-live-plugin.c lttng-live-comm.c
4a744367 11
3fbccce7
MD
12# Request that the linker keeps all static libraries objects.
13libbabeltrace_lttng_live_la_LDFLAGS = \
14 -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
15
4a744367
JD
16libbabeltrace_lttng_live_la_LIBADD = \
17 $(top_builddir)/lib/libbabeltrace.la
This page took 0.022389 seconds and 4 git commands to generate.