Move to kernel style SPDX license identifiers
[babeltrace.git] / src / py-common / Makefile.am
index bc52700b17c77793c33002aeb3737b312ddb93ff..219ec20f2c50c186db40460a2a94c64c5fbd8a77 100644 (file)
@@ -1,4 +1,6 @@
-if HAVE_PYTHON
+# SPDX-License-Identifier: MIT
+
+if ENABLE_PYTHON_COMMON_DEPS
 AM_CPPFLAGS += $(PYTHON_INCLUDE)
 
 noinst_LTLIBRARIES = libbabeltrace2-py-common.la
@@ -6,4 +8,4 @@ noinst_LTLIBRARIES = libbabeltrace2-py-common.la
 libbabeltrace2_py_common_la_SOURCES = \
        py-common.c \
        py-common.h
-endif # HAVE_PYTHON
+endif # ENABLE_PYTHON_COMMON_DEPS
This page took 0.023554 seconds and 4 git commands to generate.