Port: Add winsock support to live for mingw
[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 logging.c logging.h
9
10 if BABELTRACE_BUILD_WITH_MINGW
11 libbabeltrace_plugin_ctf_lttng_live_la_LIBADD = -lws2_32
12 endif
13
14 noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-lttng-live.la
This page took 0.032355 seconds and 5 git commands to generate.