Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-python-agent / Makefile.am
... / ...
CommitLineData
1# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2#
3# SPDX-License-Identifier: LGPL-2.1-only
4
5# tracepoint provider: always built/installed (does not depend on Python per se)
6AM_CFLAGS += -I$(srcdir)
7
8lib_LTLIBRARIES = liblttng-ust-python-agent.la
9
10liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
11liblttng_ust_python_agent_la_LIBADD = \
12 -lc \
13 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la
14
15# Follow the main library soname for co-installability
16liblttng_ust_python_agent_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.022312 seconds and 4 git commands to generate.