Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: LGPL-2.1-only
2
3# tracepoint provider: always built/installed (does not depend on Python per se)
4AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
5
6lib_LTLIBRARIES = liblttng-ust-python-agent.la
7
8liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
9liblttng_ust_python_agent_la_LIBADD = -lc \
10 $(top_builddir)/liblttng-ust/liblttng-ust.la
This page took 0.022062 seconds and 4 git commands to generate.