e5de2e0b73f4e79e7333205dd73cded8e5ed4e6f
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 # tracepoint provider: always built/installed (does not depend on Python per se)
4 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
5
6 lib_LTLIBRARIES = liblttng-ust-python-agent.la
7
8 liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
9 liblttng_ust_python_agent_la_LIBADD = -lc \
10 $(top_builddir)/liblttng-ust/liblttng-ust.la
11
12 # Follow the main library soname for co-installability
13 liblttng_ust_python_agent_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.029353 seconds and 3 git commands to generate.