Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-python-agent / Makefile.am
CommitLineData
e03d7c66
MJ
1# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2#
c0c0989a
MJ
3# SPDX-License-Identifier: LGPL-2.1-only
4
5b6ff569 5# tracepoint provider: always built/installed (does not depend on Python per se)
08c0c18a 6AM_CFLAGS += -I$(srcdir)
4350ff08 7
de4dee04 8lib_LTLIBRARIES = liblttng-ust-python-agent.la
4350ff08 9
c3e14096 10liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
9d4c8b2d
MJ
11liblttng_ust_python_agent_la_LIBADD = \
12 -lc \
6339062a 13 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la
50d2bb48
MJ
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.03388 seconds and 4 git commands to generate.