219ec20f2c50c186db40460a2a94c64c5fbd8a77
[babeltrace.git] / src / py-common / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 if ENABLE_PYTHON_COMMON_DEPS
4 AM_CPPFLAGS += $(PYTHON_INCLUDE)
5
6 noinst_LTLIBRARIES = libbabeltrace2-py-common.la
7
8 libbabeltrace2_py_common_la_SOURCES = \
9 py-common.c \
10 py-common.h
11 endif # ENABLE_PYTHON_COMMON_DEPS
This page took 0.030578 seconds and 4 git commands to generate.