doc: remove duplicate LTTNG_UST_BLOCKING_RETRY_TIMEOUT man page entry
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
CommitLineData
5b6ff569
PP
1# tracepoint provider: always built/installed (does not depend on Python per se)
2AM_CPPFLAGS = -I$(top_srcdir)/include/ \
de4dee04
PP
3 -I$(top_builddir)/include/
4AM_CFLAGS = -fno-strict-aliasing
5lib_LTLIBRARIES = liblttng-ust-python-agent.la
c3e14096
DG
6liblttng_ust_python_agent_la_SOURCES = lttng_ust_python.c lttng_ust_python.h
7liblttng_ust_python_agent_la_LIBADD = -lc -llttng-ust \
de4dee04 8 -L$(top_builddir)/liblttng-ust/.libs
This page took 0.023259 seconds and 4 git commands to generate.