Cleanup: hide `lttng_ust_{filter_bytecode,excluder}_node`
[deliverable/lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
CommitLineData
5b6ff569 1# tracepoint provider: always built/installed (does not depend on Python per se)
fb54defd 2AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
4350ff08 3
de4dee04 4lib_LTLIBRARIES = liblttng-ust-python-agent.la
4350ff08 5
c3e14096 6liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
4350ff08
MJ
7liblttng_ust_python_agent_la_LIBADD = -lc \
8 $(top_builddir)/liblttng-ust/liblttng-ust.la
This page took 0.028504 seconds and 5 git commands to generate.