configure.ac: refine Python 3 interpreter and dev. libraries detection
[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.029979 seconds and 4 git commands to generate.