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