Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / ctf / lttng-live / Makefile.am
1 AM_CPPFLAGS += -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.029901 seconds and 4 git commands to generate.