Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-python-agent / Makefile.am
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)
6 AM_CFLAGS += -I$(srcdir)
7
8 lib_LTLIBRARIES = liblttng-ust-python-agent.la
9
10 liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
11 liblttng_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
16 liblttng_ust_python_agent_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.029575 seconds and 4 git commands to generate.