Add `src/py-common`, containing bt_py_common_format_exception() for now
[babeltrace.git] / src / py-common / Makefile.am
CommitLineData
7085eeaa
PP
1if HAVE_PYTHON
2AM_CPPFLAGS += $(PYTHON_INCLUDE)
3
4noinst_LTLIBRARIES = libbabeltrace2-py-common.la
5
6libbabeltrace2_py_common_la_SOURCES = \
7 py-common.c \
8 py-common.h
9endif # HAVE_PYTHON
This page took 0.023319 seconds and 4 git commands to generate.