Add `src/py-common`, containing bt_py_common_format_exception() for now
[babeltrace.git] / src / py-common / Makefile.am
1 if HAVE_PYTHON
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 # HAVE_PYTHON
This page took 0.033457 seconds and 5 git commands to generate.