Disallow building static librairies
[lttng-ust.git] / src / lib / lttng-ust-python-agent / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
5b6ff569 3# tracepoint provider: always built/installed (does not depend on Python per se)
08c0c18a 4AM_CFLAGS += -I$(srcdir)
4350ff08 5
de4dee04 6lib_LTLIBRARIES = liblttng-ust-python-agent.la
4350ff08 7
c3e14096 8liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
9d4c8b2d
MJ
9liblttng_ust_python_agent_la_LIBADD = \
10 -lc \
6339062a 11 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la
50d2bb48
MJ
12
13# Follow the main library soname for co-installability
14liblttng_ust_python_agent_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
This page took 0.035007 seconds and 4 git commands to generate.