lib, plugins: use bt_field_class_type_is() where suitable
[babeltrace.git] / src / py-common / Makefile.am
1 if ENABLE_PYTHON_COMMON_DEPS
2 AM_CPPFLAGS += $(PYTHON_INCLUDE)
3
4 noinst_LTLIBRARIES = libbabeltrace2-py-common.la
5
6 libbabeltrace2_py_common_la_SOURCES = \
7 py-common.c \
8 py-common.h
9 endif # ENABLE_PYTHON_COMMON_DEPS
This page took 0.02987 seconds and 4 git commands to generate.