tap-driver.sh: flush stdout after each test result
[babeltrace.git] / python-plugin-provider / Makefile.am
CommitLineData
7cbe7b36 1if ENABLE_PYTHON_PLUGINS
989e97b6 2AM_CPPFLAGS += $(PYTHON_INCLUDE)
6fbd4105 3
40392cf1 4lib_LTLIBRARIES = libbabeltrace2-python-plugin-provider.la
6fbd4105 5
40392cf1 6libbabeltrace2_python_plugin_provider_la_SOURCES = \
09fc237b 7 python-plugin-provider.c
40392cf1 8libbabeltrace2_python_plugin_provider_la_LDFLAGS = \
08146472
MJ
9 $(LT_NO_UNDEFINED) \
10 -version-info $(BABELTRACE_LIBRARY_VERSION) \
11 $(PYTHON_LIBS)
3fe0bf43 12
40392cf1 13libbabeltrace2_python_plugin_provider_la_LIBADD =
3fe0bf43 14
7cbe7b36
MJ
15# Link the Python plugin provider library with libbabeltrace2
16# when it's not built-in the babeltrace2 executable.
de8bce8a 17if !ENABLE_BUILT_IN_PLUGINS
40392cf1
MJ
18libbabeltrace2_python_plugin_provider_la_LIBADD += \
19 $(top_builddir)/logging/libbabeltrace2-logging.la \
20 $(top_builddir)/common/libbabeltrace2-common.la \
21 $(top_builddir)/lib/libbabeltrace2.la
3fe0bf43 22endif
7cbe7b36 23endif # ENABLE_PYTHON_PLUGINS
This page took 0.037694 seconds and 4 git commands to generate.